home *** CD-ROM | disk | FTP | other *** search
/ Beginning Mac Programming / Beginning Mac Programming.bin / Open Me for REALbasic 3 / REALbasic 3.2 / Example Projects / Applications / DataCrab 2.0r1 Emulator / Fak-Paks / MacErrorCodes Fak-Pak < prev    next >
Text File  |  1998-08-10  |  111KB  |  936 lines

  1. MAC ERROR 1    ( dsBusError ) (bus error) **DS Error Table**    •
  2. MAC ERROR 2    ( dsAddressErr ) address error **DS Error Table**    •
  3. MAC ERROR 3    ( dsIllInstErr ) illegal instruction error **DS Error Table**    •
  4. MAC ERROR 4    ( dsZeroDivErr ) zero divide error **DS Error Table**    •
  5. MAC ERROR 5    ( dsChkErr ) check trap error **DS Error Table**    •
  6. MAC ERROR 6    ( dsOvflowErr ) overflow trap error **DS Error Table**    •
  7. MAC ERROR 7    ( dsPrivErr ) privilege violation error **DS Error Table**    •
  8. MAC ERROR 8    ( dsTraceErr ) trace mode error **DS Error Table**    •
  9. MAC ERROR 9    ( dsLineAErr ) line 1010 trap error **DS Error Table**    •
  10. MAC ERROR 10    ( dsLineFErr ) line 1111 trap error **DS Error Table**    •
  11. MAC ERROR 11    ( dsMiscErr ) miscellaneous hardware exception error **DS Error Table**    •
  12. MAC ERROR 12    ( dsCoreErr ) unimplemented core routine error **DS Error Table**    •
  13. MAC ERROR 13    ( dsIrqErr ) uninstalled interrupt error **DS Error Table**    •
  14. MAC ERROR 14    ( dsIOCoreErr ) IO Core Error **DS Error Table**    •
  15. MAC ERROR 15    ( dsLoadErr ) Segment Loader Error **DS Error Table**    •
  16. MAC ERROR 16    ( dsFPErr )  Floating point error **DS Error Table**    •
  17. MAC ERROR 17    ( dsNoPackErr ) package 0 not present [List Manager] **DS Error Table**    •
  18. MAC ERROR 18    ( dsNoPk1 ) package 1 not present [Reserved by Apple] **DS Error Table**    •
  19. MAC ERROR 19    ( dsNoPk2 ) package 2 not present [Disk Initialization] **DS Error Table**    •
  20. MAC ERROR 20    ( dsNoPk3 ) package 3 not present [Standard File] **DS Error Table**    •
  21. MAC ERROR 21    ( dsNoPk4 ) package 4 not present [Floating-Point Arithmetic] **DS Error Table**    •
  22. MAC ERROR 22    ( dsNoPk5 ) package 5 not present [Transcendental Functions] **DS Error Table**    •
  23. MAC ERROR 23    ( dsNoPk6 ) package 6 not present [International Utilities] **DS Error Table**    •
  24. MAC ERROR 24    ( dsNoPk7 ) package 7 not present [Binary/Decimal Conversion] **DS Error Table**    •
  25. MAC ERROR 25    ( dsMemFullErr ) out of memory! **DS Error Table**    •
  26. MAC ERROR 26    ( dsBadLaunch ) can't launch file **DS Error Table**    •
  27. MAC ERROR 27    ( dsFSErr ) file system map has been trashed **DS Error Table**    •
  28. MAC ERROR 28    ( dsStknHeap ) stack has moved into application heap **DS Error Table**    •
  29. MAC ERROR 30    ( dsReinsert ) request user to reinsert off-line volume **DS Error Table**    •
  30. MAC ERROR 31    ( dsNotThe1 ) not the disk I wanted (obsolete) **DS Error Table**    •
  31. MAC ERROR 33    ( negZcbFreeErr ) ZcbFree has gone negative **DS Error Table**    •
  32. MAC ERROR 40    ( dsGreeting ) welcome to Macintosh greeting **DS Error Table**    •
  33. MAC ERROR 41    ( dsFinderErr ) can't load the Finder error **DS Error Table**    •
  34. MAC ERROR 42    ( shutDownAlert ) handled like a shutdown error (obsolete) **DS Error Table**    •
  35. MAC ERROR 43    ( dsSystemFileErr ) can't find System file to open (obsolete) **DS Error Table**    •
  36. MAC ERROR 51    ( dsBadSlotInt ) unserviceable slot interrupt **DS Error Table**    •
  37. MAC ERROR 81    ( dsBadSANEopcode ) bad opcode given to SANE Pack4 **DS Error Table**    •
  38. MAC ERROR 84    ( menuPrgErr ) happens when a menu is purged **DS Error Table**    •
  39. MAC ERROR 85    ( dsMBarNFnd ) SysErr -- cannot find MBDF **DS Error Table**    •
  40. MAC ERROR 86    ( dsHMenuFindErr ) SysErr -- recursively defined HMenus **DS Error Table**    •
  41. MAC ERROR 87    ( dsWDEFnFnd ) Could not load WDEF **DS Error Table**    •
  42. MAC ERROR 88    ( dsCDEFnFnd ) Could not load CDEF **DS Error Table**    •
  43. MAC ERROR 89    ( dsMDEFnFnd ) Could not load MDEF **DS Error Table**    •
  44. MAC ERROR 98    ( dsNoPatch ) Can't patch for particular Model Mac **DS Error Table**    •
  45. MAC ERROR 99    ( dsBadPatch ) Can't load patch resource **DS Error Table**    •
  46. MAC ERROR 101    ( dsParityErr ) memory parity error **DS Error Table**    •
  47. MAC ERROR 102    ( dsOldSystem ) System is too old for this ROM **DS Error Table**    •
  48. MAC ERROR 103    ( ds32BitMode ) booting in 32-bit on a 24-bit sys **DS Error Table**    •
  49. MAC ERROR 20000    ( dsShutDownOrRestart ) user choice between ShutDown and Restart **DS Error Table**    •
  50. MAC ERROR 20001    ( dsSwitchOffOrRestart ) user choice between switching off and Restart **DS Error Table**    •
  51. MAC ERROR 20002    ( dsForcedQuit ) allow the user to ExitToShell, return if Cancel **DS Error Table**    •
  52. MAC ERROR 32767    ( dsSysErr ) general system error (catch-all used in DSAT) **DS Error Table**    •
  53. MAC ERROR 0    ( noErr ) 0 for success OR ( smNotTruncated ) No truncation necessary **General System Errors (VBL Mgr, Queue, Etc.)**    •
  54. MAC ERROR -1    ( qErr ) queue element not found during deletion OR ( smTruncErr ) Truncation indicator alone is wider than the specified width **General System Errors (VBL Mgr, Queue, Etc.)**    •
  55. MAC ERROR -2    ( vTypErr ) invalid queue element **General System Errors (VBL Mgr, Queue, Etc.)**    •
  56. MAC ERROR -3    ( corErr ) core routine number out of range **General System Errors (VBL Mgr, Queue, Etc.)**    •
  57. MAC ERROR -4    ( unimpErr ) unimplemented core routine **General System Errors (VBL Mgr, Queue, Etc.)**    •
  58. MAC ERROR -5    ( SlpTypeErr ) invalid queue element **General System Errors (VBL Mgr, Queue, Etc.)**    •
  59. MAC ERROR -8    ( seNoDB ) no debugger installed to handle debugger command **General System Errors (VBL Mgr, Queue, Etc.)**    •
  60. MAC ERROR -9    ( iTabPurgErr ) from Color2Index/ITabMatch **Color Manager Error**    •
  61. MAC ERROR -10    ( noColMatch ) from Color2Index/ITabMatch **Color Manager Error**    •
  62. MAC ERROR -11    ( qAllocErr ) from MakeITable **Color Manager Error**    •
  63. MAC ERROR -12    ( tblAllocErr ) from MakeITable **Color Manager Error**    •
  64. MAC ERROR -13    ( overRun ) from MakeITable **Color Manager Error**    •
  65. MAC ERROR -14    ( noRoomErr ) from MakeITable **Color Manager Error**    •
  66. MAC ERROR -15    ( seOutOfRange ) from SetEntry **Color Manager Error**    •
  67. MAC ERROR -16    ( seProtErr ) from SetEntry **Color Manager Error**    •
  68. MAC ERROR -17    ( i2CRangeErr ) from SetEntry **Color Manager Error** or  ( controlErr ) Driver can't respond to Control call **I/O System Error**    •
  69. MAC ERROR -18    ( gdBadDev ) from SetEntry **Color Manager Error** or  ( statusErr ) Driver can't respond to Status call **I/O System Error**    •
  70. MAC ERROR -19    ( reRangeErr ) from SetEntry **Color Manager Error** or  ( readErr ) Driver can't respond to Read call **I/O System Error**    •
  71. MAC ERROR -20    ( seInvRequest ) from SetEntry **Color Manager Error** or  ( writErr ) Driver can't respond to Write call **I/O System Error**    •
  72. MAC ERROR -21    ( seNoMemErr ) from SetEntry **Color Manager Error** or  ( badUnitErr ) Driver ref num doesn't match unit table **I/O System Error**    •
  73. MAC ERROR -22    ( unitEmptyErr ) Driver ref num specifies NIL handle in unit table **I/O System Error**    •
  74. MAC ERROR -23    ( openErr ) Requested read/write permission doesn't match driver's open permission, or Attempt to open RAM serial Driver failed **I/O System Error**    •
  75. MAC ERROR -24    ( closErr ) Close failed; Permission to close .MPP driver was denied **I/O System Error**    •
  76. MAC ERROR -25    ( dRemovErr ) tried to remove an open driver **I/O System Error**    •
  77. MAC ERROR -26    ( dInstErr ) DrvrInstall couldn't find driver in resources **I/O System Error**    •
  78. MAC ERROR -27    ( abortErr ) I/O call aborted by KillIO; Publisher has written a new edition OR **I/O System Error**    •
  79. MAC ERROR -27    ( iIOAbortErr ) I/O abort error (Printing Manager) **I/O System Error**    •
  80. MAC ERROR -28    ( notOpenErr ) Couldn't rd/wr/ctl/sts cause driver not opened **I/O System Error**    •
  81. MAC ERROR -29    ( unitTblFullErr ) Unit table has no more entries **I/O System Error**    •
  82. MAC ERROR -30    ( dceExtErr ) dce extension error **I/O System Error**    •
  83. MAC ERROR -33    ( dirFulErr ) Directory full **File System Error**    •
  84. MAC ERROR -34    ( dskFulErr ) Disk full **File System Error**    •
  85. MAC ERROR -35    ( nsvErr ) No such volume; volume not found    •
  86. MAC ERROR -36    ( ioErr ) I/O error (bummers) **File System Error**    •
  87. MAC ERROR -37    ( bdNamErr ) Bad file name; there may be no bad names in the final system! **File System Error**    •
  88. MAC ERROR -38    ( fnOpnErr ) File not open **File System Error**    •
  89. MAC ERROR -39    ( eofErr ) End of file; no additional data in the format **File System Error**    •
  90. MAC ERROR -40    ( posErr ) Tried to position to before start of file (r/w) **File System Error**    •
  91. MAC ERROR -41    ( mFulErr ) Memory full (open) or file won't fit (load) **File System Error**    •
  92. MAC ERROR -42    ( tmfoErr ) too many files open **File System Error**    •
  93. MAC ERROR -43    ( fnfErr ) File not found; Folder not found; Edition container not found; Target not found **File System Error**    •
  94. MAC ERROR -44    ( wPrErr ) Diskette is write protected; Volume is locked through hardware **File System Error**    •
  95. MAC ERROR -45    ( fLckdErr ) File is locked **File System Error**    •
  96. MAC ERROR -45    ( fLckedErr ) Publisher writing to an edition **File System Error**    •
  97. MAC ERROR -46    ( vLckdErr ) Volume is locked through software **File System Error**    •
  98. MAC ERROR -47    ( fBsyErr ) File is busy (delete); Section doing I/O **File System Error**    •
  99. MAC ERROR -48    ( dupFNErr ) Duplicate filename (rename); File found instead of folder **File System Error**    •
  100. MAC ERROR -49    ( opWrErr ) File already open with with write permission **File System Error**    •
  101. MAC ERROR -50    ( paramErr ) Error in user parameter list **File System Error**    •
  102. MAC ERROR -51    ( rfNumErr ) Reference number invalid **File System Error**    •
  103. MAC ERROR -52    ( gfpErr ) Get file position error **File System Error**    •
  104. MAC ERROR -53    ( volOffLinErr ) Volume is off line **File System Error**    •
  105. MAC ERROR -54    ( permErr ) Software lock on file; Not a subscriber [permissions error on file open] **File System Error**     •
  106. MAC ERROR -55    ( volOnLinErr ) drive volume already on-line at MountVol **File System Error**    •
  107. MAC ERROR -56    ( nsDrvErr ) no such drive (tried to mount a bad drive num) **File System Error**    •
  108. MAC ERROR -57    ( noMacDskErr ) not a mac diskette (sig bytes are wrong) **File System Error**    •
  109. MAC ERROR -58    ( extFSErr ) External file system - file system identifier is nonzero **File System Error**    •
  110. MAC ERROR -59    ( fsRnErr ) file system internal error: during rename the old entry was deleted but could not be restored **File System Error**    •
  111. MAC ERROR -60    ( badMDBErr ) bad master directory block **File System Error**    •
  112. MAC ERROR -61    ( wrPermErr ) Write permissions error; Not a publisher **File System Error**    •
  113. MAC ERROR -64    ( fontDecError ) error during font declaration **Font Manager Error** or  ( lastDskErr ) **Disk, Serial Ports, Clock Specific Error** or ( noDriveErr ) drive not installed **Disk, Serial Ports, Clock Specific Error**    •
  114. MAC ERROR -65    ( fontNotDeclared ) font not declared **Font Manager Error** or  ( offLinErr ) r/w requested for an off-line drive **Disk, Serial Ports, Clock Specific Error**    •
  115. MAC ERROR -66    ( fontSubErr ) font substitution occured **Font Manager Error** or  ( noNybErr ) couldn't find 5 nybbles in 200 tries **Disk, Serial Ports, Clock Specific Error**    •
  116. MAC ERROR -67    ( noAdrMkErr ) couldn't find valid addr mark **Disk, Serial Ports, Clock Specific Error**    •
  117. MAC ERROR -68    ( dataVerErr ) read verify compare failed **Disk, Serial Ports, Clock Specific Error**    •
  118. MAC ERROR -69    ( badCksmErr ) addr mark checksum didn't check **Disk, Serial Ports, Clock Specific Error**    •
  119. MAC ERROR -70    ( badBtSlpErr ) bad addr mark bit slip nibbles **Disk, Serial Ports, Clock Specific Error**    •
  120. MAC ERROR -71    ( noDtaMkErr ) couldn't find a data mark header **Disk, Serial Ports, Clock Specific Error**    •
  121. MAC ERROR -72    ( badDCksum ) bad data mark checksum **Disk, Serial Ports, Clock Specific Error**    •
  122. MAC ERROR -73    ( badDBtSlp ) bad data mark bit slip nibbles **Disk, Serial Ports, Clock Specific Error**    •
  123. MAC ERROR -74    ( wrUnderrun ) write underrun occurred **Disk, Serial Ports, Clock Specific Error**    •
  124. MAC ERROR -75    ( cantStepErr ) step handshake failed **Disk, Serial Ports, Clock Specific Error**    •
  125. MAC ERROR -76    ( tk0BadErr ) track 0 detect doesn't change **Disk, Serial Ports, Clock Specific Error**    •
  126. MAC ERROR -77    ( initIWMErr ) unable to initialize IWM **Disk, Serial Ports, Clock Specific Error**    •
  127. MAC ERROR -78    ( twoSideErr ) tried to read 2nd side on a 1-sided drive **Disk, Serial Ports, Clock Specific Error**    •
  128. MAC ERROR -79    ( spdAdjErr ) unable to correctly adjust disk speed **Disk, Serial Ports, Clock Specific Error**    •
  129. MAC ERROR -80    ( seekErr ) track number wrong on address mark **Disk, Serial Ports, Clock Specific Error**    •
  130. MAC ERROR -81    ( sectNFErr ) sector number never found on a track **Disk, Serial Ports, Clock Specific Error**    •
  131. MAC ERROR -82    ( fmt1Err ) can't find sector 0 after track format **Disk, Serial Ports, Clock Specific Error**    •
  132. MAC ERROR -83    ( fmt2Err ) can't get enough sync **Disk, Serial Ports, Clock Specific Error**    •
  133. MAC ERROR -84    ( verErr ) track failed to verify **Disk, Serial Ports, Clock Specific Error** or ( firstDskErr ) **Disk, Serial Ports, Clock Specific Error**    •
  134. MAC ERROR -85    ( clkRdErr ) unable to read same clock value twice **Disk, Serial Ports, Clock Specific Error**    •
  135. MAC ERROR -86    ( clkWrErr ) time written did not verify **Disk, Serial Ports, Clock Specific Error**    •
  136. MAC ERROR -87    ( prWrErr ) parameter ram written didn't read-verify **Disk, Serial Ports, Clock Specific Error**    •
  137. MAC ERROR -88    ( prInitErr ) InitUtil found the parameter ram uninitialized **Disk, Serial Ports, Clock Specific Error**    •
  138. MAC ERROR -89    ( rcvrErr ) SCC receiver error (framing, parity, OR) **Disk, Serial Ports, Clock Specific Error**    •
  139. MAC ERROR -90    ( breakRecd ) Break received (SCC) **Disk, Serial Ports, Clock Specific Error**    •
  140. MAC ERROR -91    ( ddpSktErr ) Error opening socket OR **AppleTalk Error** or ( eMultiErr ) Invalid address or table is full **AppleTalk Error**    •
  141. MAC ERROR -92    ( ddpLenErr ) Data length too big OR **AppleTalk Error** or ( eLenErr ) Packet too large or first entry of the write-data structure did not contain the full 14-byte header **AppleTalk Error**    •
  142. MAC ERROR -93    ( noBridgeErr ) No router available [for non-local send] **AppleTalk Error**    •
  143. MAC ERROR -94    ( lapProtErr ) error in attaching/detaching protocol OR **AppleTalk Error** or ( LAPProtErr ) Protocol handler is already attached, node's protocol table is full, protocol not attached, or protocol handler pointer was not 0 **AppleTalk Error**    •
  144. MAC ERROR -95    ( excessCollsns ) Hardware error [excessive collisions on write] **AppleTalk Error**    •
  145. MAC ERROR -97    ( portInUse ) driver Open error code (port is in use) **AppleTalk Error**    •
  146. MAC ERROR -98    ( portNotCf ) driver Open error code (parameter RAM not configured for this connection) **AppleTalk Error**    •
  147. MAC ERROR -99    ( memROZErr ) hard error in ROZ **AppleTalk Error** or ( memROZError ) hard error in ROZ / ( memROZWarn ) soft error in ROZ **AppleTalk Error** or ( memROZWarn ) soft error in ROZ **AppleTalk Error**    •
  148. MAC ERROR -100    ( noScrapErr ) No scrap exists error **Scrap Manager Error**    •
  149. MAC ERROR -102    ( noTypeErr ) Format not available [no object of that type in scrap] **Scrap Manager Error**    •
  150. MAC ERROR -108    ( memFullErr ) Ran out of memory [not enough room in heap zone] **Storage Allocator Error**    •
  151. MAC ERROR -109    ( nilHandleErr ) GetHandleSize fails on baseText or substitutionText; NIL master pointer [handle was NIL in HandleZone or other] **Storage Allocator Error**    •
  152. MAC ERROR -110    ( memAdrErr ) Address was odd, or out of range **Storage Allocator Error**    •
  153. MAC ERROR -111    ( memWZErr ) Attempted to operate on a free block; GetHandleSize fails on baseText or substitutionText [WhichZone failed (applied to free block)] **Storage Allocator Error**    •
  154. MAC ERROR -112    ( memPurErr ) Trying to purge a locked or non-purgeable block **Storage Allocator Error**    •
  155. MAC ERROR -113    ( memAZErr ) Address in zone check failed **Storage Allocator Error**    •
  156. MAC ERROR -114    ( memPCErr ) Pointer Check failed **Storage Allocator Error**    •
  157. MAC ERROR -115    ( memBCErr ) Block Check failed **Storage Allocator Error**    •
  158. MAC ERROR -116    ( memSCErr ) Size Check failed **Storage Allocator Error**    •
  159. MAC ERROR -117    ( memLockedErr ) Trying to move a locked block (MoveHHi) **Storage Allocator Error**    •
  160. MAC ERROR -120    ( dirNFErr ) Directory not found **HFS Error**    •
  161. MAC ERROR -121    ( tmwdoErr ) No free WDCB available **HFS Error**    •
  162. MAC ERROR -122    ( badMovErr ) Move into offspring error **HFS Error**    •
  163. MAC ERROR -123    ( wrgVolTypErr ) Not an HFS volume [wrong volume type error or (obsolete) operation not supported for MFS] **HFS Error**    •
  164. MAC ERROR -124    ( volGoneErr ) Server volume has been disconnected **HFS Error**    •
  165. MAC ERROR -125    ( updPixMemErr ) Insufficient memory to update a pixmap **HFS Error**    •
  166. MAC ERROR -127    ( fsDSIntErr ) Internal file system error **HFS Error**    •
  167. MAC ERROR -126    ( dsMBarNFnd ) System error code for MBDF not found **Menu Manager Error**    •
  168. MAC ERROR -127    ( dsHMenuFindErr ) Could not find HMenu's parent in MenuKey **Menu Manager Error**    •
  169. MAC ERROR -128    ( userCanceledErr ) User canceled an operation **Menu Manager Error**    •
  170. MAC ERROR -130    ( fidNotFound ) no file thread exists **HFS FileID Error**    •
  171. MAC ERROR -131    ( fidNotAFile ) directory specified **HFS FileID Error**    •
  172. MAC ERROR -132    ( fidExists ) file id already exists **HFS FileID Error**    •
  173. MAC ERROR -147    ( regionTooBigError ) Region too big or complex **Color Quickdraw & Color Manager Error**    •
  174. MAC ERROR -148    ( pixMapTooBigErr ) Pixel map record is deeper than 1 bit per pixel [passed pixelmap is too large] **Color Quickdraw & Color Manager Error**    •
  175. MAC ERROR -149    ( notEnoughStack ) Not enough stack space for the necessary buffers OR **Color Quickdraw & Color Manager Error**    •
  176. MAC ERROR -149    ( mfStackErr ) Insufficient stack **Color Quickdraw & Color Manager Error**    •
  177. MAC ERROR -150    ( cMatchErr ) Color2Index failed to find an index **Color Quickdraw & Color Manager Error**    •
  178. MAC ERROR -151    ( cTempMemErr ) Failed to allocate memory for temporary structures **Color Quickdraw & Color Manager Error**    •
  179. MAC ERROR -152    ( cNoMemErr ) Failed to allocate memory for structure **Color Quickdraw & Color Manager Error**    •
  180. MAC ERROR -153    ( cRangeErr ) Range error on colorTable request **Color Quickdraw & Color Manager Error**    •
  181. MAC ERROR -154    ( cProtectErr ) ColorTable entry protection violation **Color Quickdraw & Color Manager Error**    •
  182. MAC ERROR -155    ( cDevErr ) Invalid type of graphics device **Color Quickdraw & Color Manager Error**    •
  183. MAC ERROR -156    ( cResErr ) Invalid resolution for MakeITable **Color Quickdraw & Color Manager Error**    •
  184. MAC ERROR -157    ( cDepthErr ) Invalid pixel depth **Color Quickdraw & Color Manager Error**    •
  185. MAC ERROR -158    ( cParmErr ) Invalid parameter **Color Quickdraw & Color Manager Error**    •
  186. MAC ERROR -185    ( badExtResource ) Extended resource has a bad format **Resource Manager Errors (other than I/O)**    •
  187. MAC ERROR -186    ( CantDecompress ) Resource bent ("the bends") can't decompress a compressed resource **Resource Manager Errors (other than I/O)**    •
  188. MAC ERROR -188    ( resourceInMemory ) Resource already in memory **Resource Manager Errors (other than I/O)**    •
  189. MAC ERROR -189    ( writingPastEnd ) Writing past end of file **Resource Manager Errors (other than I/O)**    •
  190. MAC ERROR -190    ( inputOutOfBounds ) Offset or count out of bounds **Resource Manager Errors (other than I/O)**    •
  191. MAC ERROR -192    ( resNotFound ) Resource not found **Resource Manager Errors (other than I/O)**    •
  192. MAC ERROR -193    ( resFNotFound ) Resource file not found **Resource Manager Errors (other than I/O)**    •
  193. MAC ERROR -194    ( addResFailed ) AddResource failed **Resource Manager Errors (other than I/O)**    •
  194. MAC ERROR -195    ( addRefFailed ) AddReference failed **Resource Manager Errors (other than I/O)**    •
  195. MAC ERROR -196    ( rmvResFailed ) RmveResource failed **Resource Manager Errors (other than I/O)**    •
  196. MAC ERROR -197    ( rmvRefFailed ) RmveReference failed **Resource Manager Errors (other than I/O)**    •
  197. MAC ERROR -198    ( resAttrErr ) Attribute inconsistent with operation **Resource Manager Errors (other than I/O)**    •
  198. MAC ERROR -199    ( mapReadErr ) Map inconsistent with operation **Resource Manager Errors (other than I/O)**    •
  199. MAC ERROR -200    ( noHardware ) Required sound hardware not available [no hardware support for the specified synthesizer] **Sound Manager Errors**    •
  200. MAC ERROR -201    ( notEnoughHardware ) Insufficient hardware available [no more channels for the specified synthesizer] **Sound Manager Errors**    •
  201. MAC ERROR -203    ( queueFull ) No room in the queue **Sound Manager Errors**    •
  202. MAC ERROR -204    ( resProblem ) Problem loading the resource **Sound Manager Errors**    •
  203. MAC ERROR -205    ( badChannel ) Channel is corrupt or unusable [invalid channel queue length] **Sound Manager Errors**    •
  204. MAC ERROR -206    ( badFormat ) Resource is corrupt or unusable [handle to 'snd ' resource was invalid] **Sound Manager Errors**    •
  205. MAC ERROR -207    ( notEnoughBufferSpace ) Insufficient memory available **Sound Manager Errors**    •
  206. MAC ERROR -208    ( badFileFormat ) File is corrupt or unusable, or not AIFF or AIFF-C **Sound Manager Errors**    •
  207. MAC ERROR -209    ( channel ) Channel is busy **Sound Manager Errors**    •
  208. MAC ERROR -210    ( buffersTooSmall ) Buffer is too small **Sound Manager Errors**    •
  209. MAC ERROR -211    ( channelNotBusy ) Channel not currently used **Sound Manager Errors**    •
  210. MAC ERROR -212    ( noMoreRealTime ) Not enough CPU time available **Sound Manager Errors**    •
  211. MAC ERROR -213    ( badParam ) A parameter is incorrect **Sound Manager Errors**    •
  212. MAC ERROR -220    ( siNoSoundInHardware ) No sound input hardware available **Sound Manager Errors**    •
  213. MAC ERROR -221    ( siBadSoundInDevice ) Invalid sound input device **Sound Manager Errors**    •
  214. MAC ERROR -222    ( siNoBufferSpecified ) No buffer specified **Sound Manager Errors**    •
  215. MAC ERROR -223    ( siInvalidCompression ) Invalid compression type **Sound Manager Errors**    •
  216. MAC ERROR -224    ( siHardDiskTooSlow ) Hard drive too slow to record **Sound Manager Errors**    •
  217. MAC ERROR -225    ( siInvalidSampleRate ) Invalid sample rate **Sound Manager Errors**    •
  218. MAC ERROR -226    ( siInvalidSampleSize ) Invalid sample size **Sound Manager Errors**    •
  219. MAC ERROR -227    ( siDeviceBusyErr ) Sound input device is busy **Sound Manager Errors**    •
  220. MAC ERROR -228    ( siBadDeviceName ) Invalid device name **Sound Manager Errors**    •
  221. MAC ERROR -229    ( siBadRefNum ) Invalid reference number **Sound Manager Errors**    •
  222. MAC ERROR -230    ( siInputDeviceErr ) Input device hardware failure **Sound Manager Errors**    •
  223. MAC ERROR -231    ( siUnknownInfoType ) Unknown type of information **Sound Manager Errors**    •
  224. MAC ERROR -232    ( siUnknownQuality ) Unknown quality **Sound Manager Errors**    •
  225. MAC ERROR -250    ( midiNoClientErr ) no client with that ID found **MIDI Manager Error**    •
  226. MAC ERROR -251    ( midiNoPortErr ) no port with that ID found **MIDI Manager Error**    •
  227. MAC ERROR -252    ( midiTooManyPortsErr ) too many ports already installed in the system **MIDI Manager Error**    •
  228. MAC ERROR -253    ( midiTooManyConsErr ) too many connections made **MIDI Manager Error**    •
  229. MAC ERROR -254    ( midiVConnectErr ) pending virtual connection created **MIDI Manager Error**    •
  230. MAC ERROR -255    ( midiVConnectMade ) pending virtual connection resolved **MIDI Manager Error**    •
  231. MAC ERROR -256    ( midiVConnectRmvd ) pending virtual connection removed **MIDI Manager Error**    •
  232. MAC ERROR -257    ( midiNoConErr ) no connection exists between specified ports **MIDI Manager Error**    •
  233. MAC ERROR -258    ( midiWriteErr ) couldn't write to all connected ports **MIDI Manager Error**    •
  234. MAC ERROR -259    ( midiNameLenErr ) name supplied is longer than 31 characters **MIDI Manager Error**    •
  235. MAC ERROR -260    ( midiDupIDErr ) duplicate client ID **MIDI Manager Error**    •
  236. MAC ERROR -261    ( midiInvalidCmdErr ) command not supported for port type **MIDI Manager Error**    •
  237. MAC ERROR -299    ( nmTypErr ) Invalid qTypeÑmust be ORD(nmType) **Notification Manager Error**    •
  238. MAC ERROR -290    ( smSDMInitErr ) SDM could not be initialized **Start Manager Error**    •
  239. MAC ERROR -291    ( smSRTInitErr ) Slot Resource Table could not be initialized **Start Manager Error**    •
  240. MAC ERROR -292    ( smPRAMInitErr ) Slot Resource Table could not be initialized **Start Manager Error**    •
  241. MAC ERROR -293    ( smPriInitErr ) Cards could not be initialized **Start Manager Error**    •
  242. MAC ERROR -300    ( smEmptySlot ) No card in slot **Start Manager Error**    •
  243. MAC ERROR -301    ( smCRCFail ) CRC check failed for declaration data **Start Manager Error**    •
  244. MAC ERROR -302    ( smFormatErr ) FHeader Format is not Apple's **Start Manager Error**    •
  245. MAC ERROR -303    ( smRevisionErr ) Wrong revison level **Start Manager Error**    •
  246. MAC ERROR -304    ( smNoDir ) Directory offset is Nil **Start Manager Error**    •
  247. MAC ERROR -305    ( smLWTstBad ) Long Word test field <> $5A932BC7 **Start Manager Error**    •
  248. MAC ERROR -306    ( smNosInfoArray ) No sInfoArray. Memory Mgr error **Start Manager Error**    •
  249. MAC ERROR -307    ( smResrvErr ) Fatal reserved error. Reserved field <> 0 **Start Manager Error**    •
  250. MAC ERROR -308    ( smUnExBusErr ) Unexpected Bus Error **Start Manager Error**    •
  251. MAC ERROR -309    ( smBLFieldBad ) ByteLanes field was bad **Start Manager Error**    •
  252. MAC ERROR -310    ( smFHBlockRdErr ) Error occured during _sGetFHeader **Start Manager Error**    •
  253. MAC ERROR -311    ( smFHBlkDispErr ) Error occured during _sDisposePtr (Dispose of FHeader block) **Start Manager Error**    •
  254. MAC ERROR -312    ( smDisposePErr ) _DisposePointer error **Start Manager Error**    •
  255. MAC ERROR -313    ( smNoBoardsRsrc ) No Board sResource **Start Manager Error**    •
  256. MAC ERROR -314    ( smGetPRErr ) Error occured during _sGetPRAMRec (See SIMStatus) **Start Manager Error**    •
  257. MAC ERROR -315    ( smNoBoardId ) No Board Id **Start Manager Error**    •
  258. MAC ERROR -316    ( smIntStatVErr ) The InitStatusV field was negative after primary or secondary init **Start Manager Error**    •
  259. MAC ERROR -317    ( smIntTblVErr ) An error occured while trying to initialize the Slot Resource Table **Start Manager Error**    •
  260. MAC ERROR -318    ( smNoJmpTbl ) SDM jump table could not be created **Start Manager Error**    •
  261. MAC ERROR -319    ( smBadBoardId ) BoardId was wrong, re-init the PRAM record **Start Manager Error**    •
  262. MAC ERROR -320    ( smBusErrTO ) BusError time out **Start Manager Error**    •
  263. MAC ERROR -330    ( smBadRefId ) Reference Id not found in list **Start Manager Error**    •
  264. MAC ERROR -331    ( smBadsList ) Bad sResource [sList] structure: Id1 Id2 Id3  format is not followed **Start Manager Error**    •
  265. MAC ERROR -332    ( smReservedErr ) Reserved field not zero **Start Manager Error**    •
  266. MAC ERROR -333    ( smCodeRevErr ) Code revision is wrong **Start Manager Error**    •
  267. MAC ERROR -334    ( smCPUErr ) Code revision is wrong **Start Manager Error**    •
  268. MAC ERROR -335    ( smsPointerNil ) LPointer is nil {From sOffsetData, If this error occurs, check sInfo rec for more information **Start Manager Error**    •
  269. MAC ERROR -336    ( smNilsBlockErr)  Nil sBlock error {Dont allocate and try to use a nil sBlock} **Start Manager Error**    •
  270. MAC ERROR -337    ( smSlotOOBErr ) Slot out of bounds error **Start Manager Error**    •
  271. MAC ERROR -338    ( smSelOOBErr ) Selector out of bounds error; function not implemented **Start Manager Error**    •
  272. MAC ERROR -339    ( smNewPErr ) _NewPtr error **Start Manager Error**    •
  273. MAC ERROR -340    ( smBlkMoveErr ) _BlockMove error **Start Manager Error**    •
  274. MAC ERROR -341    ( smCkStatusErr ) Status of slot = fail **Start Manager Error**    •
  275. MAC ERROR -342    ( smGetDrvrNamErr ) Error occured during _sGetDrvrName **Start Manager Error**    •
  276. MAC ERROR -343    ( smDisDrvrNamErr ) Error occured during _sDisDrvrName **Start Manager Error**    •
  277. MAC ERROR -344    ( smNoMoresRsrcs ) No more sResources OR **Start Manager Error** or ( smNoMoresResources ) Specified sResource data structure not found **Start Manager Error**    •
  278. MAC ERROR -345    ( smsGetDrvrErr ) Error occurred during _sGetDriver **Start Manager Error**    •
  279. MAC ERROR -346    ( smBadsPtrErr ) Bad pointer was passed to sCaldSPointer function **Start Manager Error**    •
  280. MAC ERROR -347    ( smByteLanesErr ) ByteLanes field in card's format block was determined to be zero **Start Manager Error**    •
  281. MAC ERROR -348    ( smOffsetErr ) Offset was too big (temporary, should be fixed) **Start Manager Error**    •
  282. MAC ERROR -349    ( smNoGoodOpens ) No opens were successfull in the loop **Start Manager Error**    •
  283. MAC ERROR -350    ( smSRTOvrFlErr ) SRT over flow **Start Manager Error**    •
  284. MAC ERROR -351    ( smRecNotFnd ) Record not found in the SRT **Start Manager Error**    •
  285. MAC ERROR -360    ( slotNumErr ) invalid slot # error **Device Manager Slot Support Error**    •
  286. MAC ERROR -400    ( gcrOnMFMErr ) gcr format on high density media error **Device Manager Slot Support Errors**    •
  287. MAC ERROR -450    ( editionMgrInitErr ) Manager not initialized or could not load package **Edition Manager Errors**    •
  288. MAC ERROR -451    ( badSectionErr ) Not a valid section type **Edition Manager Errors**    •
  289. MAC ERROR -452    ( notRegisteredSectionErr ) Not registered **Edition Manager Errors**    •
  290. MAC ERROR -454    ( badSubPartErr ) Bad edition container spec or invalid edition container **Edition Manager Errors**    •
  291. MAC ERROR -460    ( multiplePublisherWrn ) Already is a publisher **Edition Manager Errors**    •
  292. MAC ERROR -461    ( containerNotFoundWrn ) Alias was not resolved **Edition Manager Errors**    •
  293. MAC ERROR -463    ( notThePublisherWrn ) Not the publisher **Edition Manager Errors**    •
  294. MAC ERROR -470    ( scsiBadPBErr ) invalid field(s) in the parameter block **SCSI Manager Errors**    •
  295. MAC ERROR -471    ( scsiOverrunErr ) attempted to transfer too many bytes **SCSI Manager Errors**    •
  296. MAC ERROR -472    ( scsiTransferErr ) write flag conflicts with data transfer phase **SCSI Manager Errors**    •
  297. MAC ERROR -473    ( scsiBusTOErr ) bus error during transfer **SCSI Manager Errors**    •
  298. MAC ERROR -474    ( scsiSelectTOErr ) scsiSelTO exceeded (selection failed) **SCSI Manager Errors**    •
  299. MAC ERROR -475    ( scsiTimeOutErr ) scsiReqTO exceeded **SCSI Manager Errors**    •
  300. MAC ERROR -476    ( scsiBusResetErr ) the bus was reset, so your request was aborted **SCSI Manager Errors**    •
  301. MAC ERROR -477    ( scsiBadStatus ) non-zero (not "Good") status returned **SCSI Manager Errors**    •
  302. MAC ERROR -478    ( scsiNoStatusErr ) device did not go through a status phase **SCSI Manager Errors**    •
  303. MAC ERROR -479    ( scsiLinkFailErr ) linked command never executed **SCSI Manager Errors**    •
  304. MAC ERROR -489    ( scsiUnimpVctErr ) unimplemented routine was called **SCSI Manager Errors**    •
  305. MAC ERROR -490    ( userBreak ) user debugger break **SysErrs used instead of inline $A9FF & $ABFF**    •
  306. MAC ERROR -491    ( strUserBreak ) user debugger break - display string on stack **SysErrs used instead of inline $A9FF & $ABFF**    •
  307. MAC ERROR -492    ( exUserBreak ) user debugger break - execute commands on stack **SysErrs used instead of inline $A9FF & $ABFF**    •
  308. MAC ERROR -500    ( rgnTooBigErr ) Bitmap would convert into a region greater than 64 KB **QuickDraw Error**    •
  309. MAC ERROR -501    ( teScrapSizeErr ) scrap item too big for text edit record **Text Edit Error**    •
  310. MAC ERROR -502    ( hwParamrErr ) bad selector for _HWPriv **O/S Error**    •
  311. MAC ERROR -600    ( procNotFound ) No eligible process with specified process serial number **Processes Errors**    •
  312. MAC ERROR -601    ( memFragErr ) Not enough room to launch application with special requirements **Processes Errors**    •
  313. MAC ERROR -602    ( appModeErr ) Memory mode is 32-bit, but application is not 32-bit clean **Processes Errors**    •
  314. MAC ERROR -603    ( protocolErr ) app made module calls in improper order **Processes Errors**    •
  315. MAC ERROR -604    ( hardwareConfigErr ) hardware configuration not correct for call **Processes Errors**    •
  316. MAC ERROR -605    ( appMemFullErr ) Partition size specified in 'SIZE' resource is not big enough for launch **Processes Errors**    •
  317. MAC ERROR -606    ( appIsDaemon ) Application is background-only **Processes Errors**    •
  318. MAC ERROR -607    ( bufferIsSmall ) Buffer is too small **Processes Errors**    •
  319. MAC ERROR -608    ( noOutstandingHLE ) No outstanding high-level event **Processes Errors**    •
  320. MAC ERROR -609    ( connectionInvalid ) Connection is invalid **Processes Errors**    •
  321. MAC ERROR -610    ( noUserInteractionAllowed ) Attempted PostHighLevelEvent from background and no session yet established **Processes Errors**    •
  322. MAC ERROR -620    ( notEnoughMemoryErr ) Insufficient physical memory **Memory Dispatch Errors**    •
  323. MAC ERROR -621    ( notHeldErr ) Specified range of memory is not held **Memory Dispatch Errors**    •
  324. MAC ERROR -622    ( cannotMakeContiguousErr ) Cannot make specified range contiguous **Memory Dispatch Errors**    •
  325. MAC ERROR -623    ( notLockedErr ) Specified range of memory is not locked **Memory Dispatch Errors**    •
  326. MAC ERROR -624    ( interruptsMaskedErr ) Called with interrupts masked **Memory Dispatch Errors**    •
  327. MAC ERROR -625    ( cannotDeferErr ) Unable to defer additional user functions **Memory Dispatch Errors**    •
  328. MAC ERROR -800    ( rcDBNull ) The data item was NULL **DatabaseAccess (Pack 13) Errors**    •
  329. MAC ERROR -801    ( rcDBValue ) Data available or successfully retrieved **DatabaseAccess (Pack 13) Errors**    •
  330. MAC ERROR -802    ( rcDBError ) Error executing function **DatabaseAccess (Pack 13) Errors**    •
  331. MAC ERROR -803    ( rcDBBadType ) Next data item not of requested data type **DatabaseAccess (Pack 13) Errors**    •
  332. MAC ERROR -804    ( rcDBBreak ) Function timed out **DatabaseAccess (Pack 13) Errors**    •
  333. MAC ERROR -805    ( rcDBExec ) Query currently executing **DatabaseAccess (Pack 13) Errors**    •
  334. MAC ERROR -806    ( reDBBadSessID ) Session ID is invalid **DatabaseAccess (Pack 13) Errors**    •
  335. MAC ERROR -807    ( rcDBBadSessNum ) Invalid session number **DatabaseAccess (Pack 13) Errors**    •
  336. MAC ERROR -808    ( rcDBBadDDEV ) Couldn't find the specified database extension, or error occurred in opening database extension **DatabaseAccess (Pack 13) Errors**    •
  337. MAC ERROR -809    ( rcDBAsyncNotSupp ) The database extension does not support asynchronous calls **DatabaseAccess (Pack 13) Errors**    •
  338. MAC ERROR -810    ( rcDBBadAsyncPB ) Invalid parameter block specified **DatabaseAccess (Pack 13) Errors**    •
  339. MAC ERROR -811    ( rcDBNoHandler ) There is no handler for this data type installed for the current application **DatabaseAccess (Pack 13) Errors**    •
  340. MAC ERROR -812    ( rcDBWrongVersion ) Wrong version number **DatabaseAccess (Pack 13) Errors**    •
  341. MAC ERROR -813    ( rcDBPackNotInited ) The InitDBPack function has not yet been called **DatabaseAccess (Pack 13) Errors**    •
  342. MAC ERROR -850    ( hmHelpDisabled ) Help balloons are not enabled **Help Manager Errors**    •
  343. MAC ERROR -851    ( hmResNotFound ) ???? **Help Manager Errors**    •
  344. MAC ERROR -852    ( hmMemFullErr ) ???? **Help Manager Errors**    •
  345. MAC ERROR -853    ( hmBalloonAborted ) Because of constant cursor movement, the help balloon wasn't displayed **Help Manager Errors**    •
  346. MAC ERROR -854    ( hmSameAsLastBalloon ) Menu and item are same as previous menu and item **Help Manager Errors**    •
  347. MAC ERROR -855    ( hmHelpManagerNotInited ) Help menu not set up **Help Manager Errors**    •
  348. MAC ERROR -856    ( hmBadSelector ) ???? **Help Manager Errors**    •
  349. MAC ERROR -857    ( hmSkippedBalloon ) No ballon content to fill in **Help Manager Errors**    •
  350. MAC ERROR -858    ( hmWrongVersion ) Wrong version of Help Manager resource **Help Manager Errors**    •
  351. MAC ERROR -859    ( hmUnknownHelpType ) Help message record contained a bad type **Help Manager Errors**    •
  352. MAC ERROR -860    ( hmCouldNotLoadPackage ) ???? **Help Manager Errors**    •
  353. MAC ERROR -861    ( hmOperationUnsupported ) Bad method parameter **Help Manager Errors**    •
  354. MAC ERROR -862    ( hmNoBalloonUp ) No balloon showing **Help Manager Errors**    •
  355. MAC ERROR -863    ( hmCloseViewActive ) User using Close View won't let you remove balloon **Help Manager Errors**    •
  356. MAC ERROR -900    ( notInitErr ) PPC Toolbox has not been initialized yet **AppleTalk Ñ PPC Toolbox Errors**    •
  357. MAC ERROR -902    ( nameTypeErr ) Invalid or inappropriate locationKindSelector in location name **AppleTalk Ñ PPC Toolbox Errors**    •
  358. MAC ERROR -903    ( noPortErr ) Invalid port name; Unable to open port or bad port reference number **AppleTalk Ñ PPC Toolbox Errors**    •
  359. MAC ERROR -904    ( noGlobalsErr ) System unable to allocate memory, critical error **AppleTalk Ñ PPC Toolbox Errors**    •
  360. MAC ERROR -905    ( localOnlyErr ) Network activity is currently disabled **AppleTalk Ñ PPC Toolbox Errors**    •
  361. MAC ERROR -906    ( destPortErr ) Port does not exist at destination **AppleTalk Ñ PPC Toolbox Errors**    •
  362. MAC ERROR -907    ( sessTableErr ) PPC Toolbox is unable to create a session **AppleTalk Ñ PPC Toolbox Errors**    •
  363. MAC ERROR -908    ( noSessionErr ) Invalid session reference number **AppleTalk Ñ PPC Toolbox Errors**    •
  364. MAC ERROR -909    ( badReqErr ) Bad parameter or invalid state for this operation **AppleTalk Ñ PPC Toolbox Errors**    •
  365. MAC ERROR -910    ( portNameExistsErr ) Another port is already open with this name **AppleTalk Ñ PPC Toolbox Errors**    •
  366. MAC ERROR -911    ( noUserNameErr ) User name unknown on destination machine **AppleTalk Ñ PPC Toolbox Errors**    •
  367. MAC ERROR -912    ( userRejectErr ) Destination rejected the session request **AppleTalk Ñ PPC Toolbox Errors**    •
  368. MAC ERROR -915    ( noResponseErr ) Unable to contact application **AppleTalk Ñ PPC Toolbox Errors**    •
  369. MAC ERROR -916    ( portClosedErr ) The port was closed **AppleTalk Ñ PPC Toolbox Errors**    •
  370. MAC ERROR -917    ( sessClosedErr ) The session has closed **AppleTalk Ñ PPC Toolbox Errors**    •
  371. MAC ERROR -919    ( badPortNameErr ) PPC port record is invalid **AppleTalk Ñ PPC Toolbox Errors**    •
  372. MAC ERROR -922    ( noDefaultUserErr ) User has not specified owner name in Sharing Setup control panel **AppleTalk Ñ PPC Toolbox Errors**    •
  373. MAC ERROR -923    ( notLoggedInErr ) Default user reference number does not yet exist **AppleTalk Ñ PPC Toolbox Errors**    •
  374. MAC ERROR -924    ( noUserRefErr ) Unable to create a new user reference number **AppleTalk Ñ PPC Toolbox Errors**    •
  375. MAC ERROR -925    ( networkErr ) An error has occurred in the network **AppleTalk Ñ PPC Toolbox Errors**    •
  376. MAC ERROR -926    ( noInformErr ) PPCStart failed because target application did not have an inform pending **AppleTalk Ñ PPC Toolbox Errors**    •
  377. MAC ERROR -927    ( authFailErr ) User's password is wrong **AppleTalk Ñ PPC Toolbox Errors**    •
  378. MAC ERROR -928    ( noUserRecErr ) Invalid user reference number **AppleTalk Ñ PPC Toolbox Errors**    •
  379. MAC ERROR -930    ( badServiceMethodErr ) Service method is other than ppcServiceRealTime **AppleTalk Ñ PPC Toolbox Errors**    •
  380. MAC ERROR -931    ( badLocNameErr ) Location name is invalid **AppleTalk Ñ PPC Toolbox Errors**    •
  381. MAC ERROR -932    ( guestNotAllowedErr ) Destination port requires authentication **AppleTalk Ñ PPC Toolbox Errors**    •
  382. MAC ERROR -1024    ( nbpBuffOvr ) Buffer overflow in LookupName **AppleTalk - NBP Errors**    •
  383. MAC ERROR -1025    ( nbpNoConfirm ) Name not confirmed on ConfirmName **AppleTalk - NBP Errors**    •
  384. MAC ERROR -1026    ( nbpConfDiff ) Name confirmed at different socket **AppleTalk - NBP Errors**    •
  385. MAC ERROR -1027    ( nbpDuplicate ) Duplicate name exists already **AppleTalk - NBP Errors**    •
  386. MAC ERROR -1028    ( nbpNotFound ) Name not found on remove **AppleTalk - NBP Errors**    •
  387. MAC ERROR -1029    ( nbpNISErr ) Error trying to open the NIS **AppleTalk - NBP Errors**    •
  388. MAC ERROR -1066    ( aspBadVersNum ) Server cannot support this ASP version **ASP Errors (XPP driver)**    •
  389. MAC ERROR -1067    ( aspBufTooSmall ) Buffer too small **ASP Errors (XPP driver)**    •
  390. MAC ERROR -1068    ( aspNoMoreSess ) No more sessions on server **ASP Errors (XPP driver)**    •
  391. MAC ERROR -1069    ( aspNoServers ) No servers at that address **ASP Errors (XPP driver)**    •
  392. MAC ERROR -1070    ( aspParamErr ) Parameter error **ASP Errors (XPP driver)**    •
  393. MAC ERROR -1071    ( aspServerBusy ) Server cannot open another session **ASP Errors (XPP driver)**    •
  394. MAC ERROR -1072    ( aspSessClosed ) Session closed **ASP Errors (XPP driver)**    •
  395. MAC ERROR -1073    ( aspSizeErr ) Command block too big **ASP Errors (XPP driver)**    •
  396. MAC ERROR -1074    ( aspTooMany ) Too many clients (server error) **ASP Errors (XPP driver)**    •
  397. MAC ERROR -1075    ( aspNoAck ) No ack on attention request (server err) **ASP Errors (XPP driver)**    •
  398. MAC ERROR -1096    ( reqFailed ) Request to contact router failed: retry count exceeded **AppleTalk -  ATP Errors**    •
  399. MAC ERROR -1097    ( tooManyReqs ) Too many concurrent requests **AppleTalk -  ATP Errors**    •
  400. MAC ERROR -1098    ( tooManySkts ) Too many concurrent responding-sockets **AppleTalk -  ATP Errors**    •
  401. MAC ERROR -1099    ( badATPSkt ) Bad ATP-responding socket **AppleTalk -  ATP Errors**    •
  402. MAC ERROR -1100    ( badBuffNum ) Bad response buffer number specififed **AppleTalk -  ATP Errors**    •
  403. MAC ERROR -1101    ( noRelErr ) No release received **AppleTalk -  ATP Errors**    •
  404. MAC ERROR -1102    ( cbNotFound ) Control Block not found; no pending asynchronous calls **AppleTalk -  ATP Errors**    •
  405. MAC ERROR -1103    ( noSendResp ) AddResponse issued without SendResponse **AppleTalk -  ATP Errors**    •
  406. MAC ERROR -1104    ( noDataArea ) No data area for request to MPP **AppleTalk -  ATP Errors**    •
  407. MAC ERROR -1105    ( reqAborted ) ERdCancel function called for this ERead [SendRequest aborted by RelTCB] **AppleTalk -  ATP Errors**    •
  408. MAC ERROR -1273    ( errOpenDenied ) Open request denied by recipient **Data Stream Protocol - DSP driver Errors**    •
  409. MAC ERROR -1274    ( errDSPQueueSize ) Send or receive queue is too small **Data Stream Protocol - DSP driver Errors**    •
  410. MAC ERROR -1275    ( errFwdReset ) Read terminated by forward reset **Data Stream Protocol - DSP driver Errors**    •
  411. MAC ERROR -1276    ( errAttention ) Attention message too long **Data Stream Protocol - DSP driver Errors**    •
  412. MAC ERROR -1277    ( errOpening ) Attempt to open connection failed **Data Stream Protocol - DSP driver Errors**    •
  413. MAC ERROR -1278    ( errState ) Bad connection state for this operation **Data Stream Protocol - DSP driver Errors**    •
  414. MAC ERROR -1279    ( errAborted ) Request aborted by dspRemove or dspClose function **Data Stream Protocol - DSP driver Errors**    •
  415. MAC ERROR -1280    ( errRefNum ) Bad connection reference number **Data Stream Protocol - DSP driver Errors**    •
  416. MAC ERROR -1300    ( fidNotFound ) File ID not found [No file thread exists] **HFS Errors**    •
  417. MAC ERROR -1301    ( fidExists ) File id already exists **HFS Errors**    •
  418. MAC ERROR -1302    ( notAFileErr ) Specified file is a directory **HFS Errors**    •
  419. MAC ERROR -1303    ( diffVolErr ) Files on different volumes **HFS Errors**    •
  420. MAC ERROR -1304    ( catChangedErr ) Catalog has changed and CatPosition may be invalid **HFS Errors**    •
  421. MAC ERROR -1305    ( desktopDamagedErr ) The desktop database has become corrupted - the Finder will fix this, but if your application is not running with the Finder, use DTReset or DTDelete **HFS Errors**    •
  422. MAC ERROR -1700    ( errAECoercionFail ) Data could not be coerced to the requested descriptor type **AppleEvent Errors**    •
  423. MAC ERROR -1701    ( errAEDescNotFound ) Descriptor record was not found **AppleEvent Errors**    •
  424. MAC ERROR -1702    ( errAECorruptData ) Data in an Apple event could not be read **AppleEvent Errors**    •
  425. MAC ERROR -1703    ( errAEWrongDataType ) Wrong descriptor type **AppleEvent Errors**    •
  426. MAC ERROR -1704    ( errAENotAEDesc ) Not a valid descriptor record **AppleEvent Errors**    •
  427. MAC ERROR -1705    ( errAEBadListItem ) Operation involving a list item failed **AppleEvent Errors**    •
  428. MAC ERROR -1706    ( errAENewerVersion ) Need a newer version of the Apple Event Manager **AppleEvent Errors**    •
  429. MAC ERROR -1707    ( errAENotAppleEvent ) Event is not an Apple event **AppleEvent Errors**    •
  430. MAC ERROR -1708    ( errAEEventNotHandled ) Event wasn't handled by an Apple event handler **AppleEvent Errors**    •
  431. MAC ERROR -1709    ( errAEReplyNotValid ) AEResetTimer was passed an invalid reply **AppleEvent Errors**    •
  432. MAC ERROR -1710    ( errAEUnknownSendMode ) Invalid sending mode was passed **AppleEvent Errors**    •
  433. MAC ERROR -1711    ( errAEWaitCanceled ) User canceled out of wait loop for reply or reciept **AppleEvent Errors**    •
  434. MAC ERROR -1712    ( errAETimeout ) Apple event timed out **AppleEvent Errors**    •
  435. MAC ERROR -1713    ( errAENoUserInteraction ) No user interaction allowed **AppleEvent Errors**    •
  436. MAC ERROR -1714    ( errAENotASpecialFunction ) Wrong keyword for a special function **AppleEvent Errors**    •
  437. MAC ERROR -1715    ( errAEParamMissed ) Handler did not get all required paramters **AppleEvent Errors**    •
  438. MAC ERROR -1716    ( errAEUnknownAddressType ) Unknown Apple event address type **AppleEvent Errors**    •
  439. MAC ERROR -1717    ( errAEHandlerNotFound ) No handler found for an Apple event or a coersion **AppleEvent Errors**    •
  440. MAC ERROR -1718    ( errAEReplyNotArrived ) Reply has not yet arrived **AppleEvent Errors**    •
  441. MAC ERROR -1719    ( errAEIllegalIndex ) Not a valid list index **AppleEvent Errors**    •
  442. MAC ERROR -3101    ( buf2SmallErr ) Packet too large for buffer; partial data returned **AppleTalk -  ATP Errors**    •
  443. MAC ERROR -3102    ( noMPPErr ) No MPP error **AppleTalk -  ATP Errors**    •
  444. MAC ERROR -3103    ( ckSumErr ) Check sum error **AppleTalk -  ATP Errors**    •
  445. MAC ERROR -3104    ( extractErr ) Extraction error **AppleTalk -  ATP Errors**    •
  446. MAC ERROR -3105    ( readQErr ) Read queue error **AppleTalk -  ATP Errors**    •
  447. MAC ERROR -3106    ( atpLenErr ) ATP length error **AppleTalk -  ATP Errors**    •
  448. MAC ERROR -3107    ( atpBadRsp ) ATP bad response error **AppleTalk -  ATP Errors**    •
  449. MAC ERROR -3108    ( recNotFnd ) Record not found **AppleTalk -  ATP Errors**    •
  450. MAC ERROR -3109    ( sktClosedErr ) Socket closed error **AppleTalk -  ATP Errors**    •
  451. MAC ERROR -4096    ( ??? ) No free Connect Control Blocks available **Print Manager w/LaserWriter**    •
  452. MAC ERROR -4097    ( ??? ) Bad connection reference number **Print Manager w/LaserWriter**    •
  453. MAC ERROR -4098    ( ??? ) Request already active **Print Manager w/LaserWriter**    •
  454. MAC ERROR -4099    ( ??? ) Write request too big **Print Manager w/LaserWriter**    •
  455. MAC ERROR -4100    ( ??? ) Connection just closed **Print Manager w/LaserWriter**    •
  456. MAC ERROR -4101    ( ??? ) Printer not found, or closed **Print Manager w/LaserWriter**    •
  457. MAC ERROR -5000    ( accessDenied ) Incorrect access for this file/folder **File Manager Extensions Error**    •
  458. MAC ERROR -5006    ( DenyConflict ) Permission/Deny mode conflicts with the current **File Manager Extensions Error**    •
  459. html <!-->    <Comment> The comment tag includes the actual comment text. Any instance of --> ends the comment. Whitespace may be included between the -- and the > but not between the <! and the first --.    •
  460. example <!-->    <!-- comment text -->     •
  461. html <    <Escape Sequences> Escape sequences are used to enter characters such as <, >, &, and " into HTML documents.    •
  462. html <Escape Sequences>    Examples: <  >  &  "     ®  ©  &ensp  &emsp  &endash  &emdash     •
  463. html <A>    <Anchor> The anchor tag defines either a link or an anchor in a document. The anchor tag must contain either a NAME attribute or an HREF attribute, or both.    •
  464. example <A>    <A NAME="anchor-name"> & <A HREF="#anchor-name">link-text</A> & <A HREF="url">link-text</A> & <A HREF="url#anchor-name">link-text </A>    •
  465. html <ABBREV>    <Abbreviation> The abbreviation tag defines an abbreviation. It is typically displayed just like normal text, but is used by automatic indexers.    •
  466. example <ABBREV>    <ABBREV> text </ABBREV>    •
  467. html <ACRONYM>    <Acronym> The acronym tag defines an acronym. It is typically displayed just like normal text, but is used by automatic indexers.    •
  468. example <ACRONYM>    <ACRONYM> text </ACRONYM>    •
  469. html <ADDRESS>    <Address> The address tag defines text that gives an address or other contact information. It is typically displayed in italics, slightly indented, and is used by automatic indexers. See also: <ADDRESS NOWRAP>    •
  470. example <ADDRESS>    <ADDRESS> text </ADDRESS>  <ADDRESS NOWRAP> text </ADDRESS>    •
  471. html <ADDRESS NOWRAP>    The NOWRAP attribute stops the browser from wrapping except where <BR>'s are.    •
  472. html <APPLET>    The Java applet tag runs a Java applet referred to by a URL. applet-content consists of optional PARAM tags, ordinary text & markup to be displayed by browsers that cannot run Java applets, and a TEXTFLOW tag if no ordinary text and markup is included    •
  473. example <APPLET>    <APPLET attributes> applet-content </APPLET>    •
  474. html <APPLET attributes>    Use the syntax: <APPLET "name of attribute"> for details of each of the various attributes.    •
  475. html <APPLET CODEBASE>    What "base" should be used when resolving source relative URLs. <APPLET CODEBASE="base">     •
  476. html <APPLET CODE>    The URL of the applet to be run. <APPLET CODE="code">    •
  477. html <APPLET NAME>    The name of the applet, or Identifies an applet to other applets within the HTML page. <APPLET NAME="applet name"> & <APPLET NAME=name>     •
  478. html <APPLET ALIGN>    Here "alignment" should be one of LEFT, RIGHT, TOP, MIDDLE, or BOTTOM. <APPLET ALIGN="alignment">    •
  479. html <APPLET ALT>    Here "text" is the text to be displayed by a browser that does not support applets. <APPLET ALT="text">    •
  480. html <APPLET HEIGHT>    The height of the applet display area in pixels. <APPLET HEIGHT=number>    •
  481. html <APPLET WIDTH>    The width of the applet display area in pixels. <APPLET WIDTH=number>    •
  482. html <APPLET HSPACE>    The space, in pixels, to leave to the left and right of the applet display area. <APPLET HSPACE=number>    •
  483. html <APPLET VSPACE>    The space, in pixels, to leave above and below the applet display area. <APPLET VSPACE=number>    •
  484. html <APPLET DOWNLOAD>    This specifies the order in which they are downloaded. <APPLET DOWNLOAD=number>    •
  485. html <APPLET TITLE>    Specifies an advisory title string. <APPLET TITLE=text>    •
  486. html <AREA>    <Area> The area tag, valid only within a MAP, defines areas that act as hotspots within an image.    •
  487. example <AREA>    <AREA SHAPE="shape" ALT="text" CO-ORDS="co-ords" HREF="URL"> & <AREA SHAPE="shape" ALT="text" CO-ORDS="co-ords" HREF="URL" TARGET="target window name"> & <AREA SHAPE="shape" ALT="text" CO-ORDS="co-ords" NOHREF>    •
  488. html <AU>    <Author> The author tag defines text that names the author of a document. It is typically displayed just like normal text, but is used by automatic indexers.    •
  489. example <AU>    <AU> text </AU>    •
  490. html <AUTHOR>    The author tag defines text that names the author of a document. It is typically displayed just like normal text, but is used by automatic indexers.    •
  491. example <AUTHOR>    <AUTHOR> text </AUTHOR>    •
  492. html <B>    <Bold> The bold tag defines text that should be shown in boldface. It can be nested with other idiomatic or typographic tags but some browsers will respect only the innermost tag.    •
  493. example <B>    <B> text </B>    •
  494. html <BANNER>    <Banner> The banner element defines an image or block of text that does not scroll with the document and is displayed at the top of the screen as the user scrolls through the document.    •
  495. example <BANNER>    <BANNER attributes </BANNER> Details of the attributes are not yet available -- use a BANNER attribute in the <LINK> section of the <HEAD>     •
  496. html <BASE>    <Base> The base tag, which is valid only in the HEAD section, defines the base address of an HTML document, which is used to determine the full address of relative URL's that appear in the document.    •
  497. example <BASE>    <BASE HREF="base address"> & <BASE TARGET="default target">    •
  498. html <BASEFONT>    <Base Font> The base font tag defines the base that relative FONT changes are based on. (Default is 3.)    •
  499. example <BASEFONT>    <BASEFONT SIZE=number>    •
  500. html <BGSOUND>    <Background Sound> The background sound tag identifies a .wav, .au, or.mid resource that will be played when the page is opened.    •
  501. example <BGSOUND>    <BGSOUND SRC="URL"> & <BGSOUND SRC="URL"LOOP=n>    •
  502. html <BGSOUND LOOP>    The optional LOOP attribute will cause the resource to be played n times.    •
  503. example <BGSOUND LOOP>    <BGSOUND SRC="URL"LOOP=n> LOOP="INFINITE" will cause the resource to be played continuously as long as the page is open.    •
  504. html <BIG>    <Big Text> The big text tag defines text that should be displayed in a larger font than usual.    •
  505. example <BIG>    <BIG> text </BIG>    •
  506. html <BLINK>    The blink tag highlights the text by having it blink on and off.    •
  507. example <BLINK>    <BLINK> text </BLINK>    •
  508. html <BLOCKQUOTE>    <BQ> The block quote tag defines text that is quoted from elsewhere. Many browsers (including Netscape) display it in an indented block surrounded by blank lines.    •
  509. example <BLOCKQUOTE>    <BLOCKQUOTE> text </BLOCKQUOTE>  & <BQ> text </BQ> & <BQ CLEAR = attributes> text </BQ> & <BQ NOWRAP> text </BQ>    •
  510. html <BQ CLEAR>    In HTML 3.0, the CLEAR attribute is used to position a quote after a graphic: it can be LEFT, RIGHT, or ALL and specifies which margin should be clear. <BQ CLEAR = attributes> text </BQ>    •
  511. html <BQ NOWRAP>    The NOWRAP attribute stops the browser from wrapping except at a BR tag. <BQ NOWRAP> text </BQ>     •
  512. html <BQ>    See: html <BLOCKQUOTE>    •
  513. html <BODY>    <Body> The body tag introduces the body of the document. It should appear after the head section and occupy the remainder of the document.    •
  514. example <BODY>    <BODY> document-body </BODY> & See also: <BODY attributes>    •
  515. html <BODY attributes>    the syntax use to retrive factoids on the attributes of the <BODY> tag, example: <BODY BACKGROUND>    •
  516. html <BODY BACKGROUND>    The BACKGROUND attribute specifies an image file to use as the background for the page. <BODY BACKGROUND="URL"> document-body </BODY>    •
  517. html <BODY BGCOLOR>    The BGCOLOR attribute specify the colours to be used for the background. <BODY BGCOLOR="#rrggbb"> document-body </BODY> & <BODY BGCOLOR="colorname"> document-body </BODY>    •
  518. html <BODY TEXT>    The TEXT attribute specify the colours to be used for the text. <BODY TEXT="#rrggbb"> document-body </BODY> & <BODY TEXT="colorname"> document-body </BODY>    •
  519. html <BODY LINK>    The LINK attribute specify the colours to be used for the LINK. (An link is active for the moment the user clicks on it, & changes colour to confirm it has been clicked.) See: example <BODY LINK>    •
  520. example <BODY LINK>    <BODY LINK="#rrggbb"> document-body </BODY> & <BODY LINK="colorname"> document-body </BODY>    •
  521. html <BODY ALINK>    The ALINK attribute specify the colours to be used for the ALINK. (An link is active for the moment the user clicks on it, & changes colour to confirm it has been clicked.) See: example <BODY ALINK>    •
  522. example <BODY ALINK>    <BODY ALINK="#rrggbb"> document-body </BODY> & <BODY ALINK="colorname"> document-body </BODY>    •
  523. html <BODY VLINK>    The VLINK attribute specify the colours to be used for the VLINK. (An link is active for the moment the user clicks on it, & changes colour to confirm it has been clicked.) See: example <BODY VLINK>    •
  524. example <BODY VLINK>    <BODY VLINK="#rrggbb"> document-body </BODY> & <BODY VLINK="colorname"> document-body </BODY>    •
  525. html <BODY LEFTMARGIN>    The LEFTMARGIN attribute set the margin at the left of the document, in pixels. <BODY LEFTMARGIN=margin> document-body </BODY>    •
  526. html <BODY TOPMARGIN>    The TOPMARGIN attributes set the margin at the top of the document, in pixels. <BODY TOPMARGIN=margin> document-body </BODY>    •
  527. html <BODY BGPROPERTieS>    The BGPROPERTIES attribute causes the background image (set with the BACKGROUND attribute) to remain fixed as the document scrolls: a watermark effect. See: example <BODY BGPROPERTieS>    •
  528. example <BODY BGPROPERTieS>    <BODY BGPROPERTieS="FIXED"> document-body</BODY>    •
  529. html <BR>    <Line Break> The line break tag breaks the current line of text. It's not necessary inside a PRE element. There is no </BR> tag.    •
  530. example <BR>    <BR> & <BR CLEAR> & <BR CLEAR="type">    •
  531. html <BR CLEAR>    CLEAR attribute type can be LEFT to break until there is nothing to the left, RIGHT for the right side, all for break until both sides are clear & NONE for a normal break.    •
  532. html <CAPTION>    <Caption> The caption tag defines the caption of a figure or table. It is valid only within FIG or TABLE tags.    •
  533. example <CAPTION>    <CAPTION> text </CAPTION> & <CAPTION ALIGN=alignment> text </CAPTION> & <CAPTION VALIGN=vertical-alignment> text </CAPTION>    •
  534. html <CAPTION ALIGN>    The ALIGN attribute arranges for the caption to be at the TOP or BOTTOM of the table or figure. See: <CAPTION ALIGN> 2    •
  535. html <CAPTION ALIGN> 2    The ALIGN attribute sets the alignment of the caption within the table or figure border. It can be LEFT, RIGHT, or CENTER.    •
  536. example <CAPTION ALIGN>    <CAPTION ALIGN=alignment> text </CAPTION>    •
  537. html <CAPTION VALIGN>    The VALIGN attribute arranges for the caption to be at the TOP or BOTTOM of the table or figure.    •
  538. example <CAPTION VALIGN>    <CAPTION VALIGN=vertical-alignment> text </CAPTION>    •
  539. html <CENTER>    <Center> The center tag defines text that should be centered. Example: <CENTER> text</CENTER>    •
  540. html <CITE>    <Citation> The citation tag defines text that cites a book or other work - most browsers will display it in italics. It can be nested with other idiomatic/typographic tags but some browsers will respect only the innermost tag    •
  541. example <CITE>    <CITE> text </CITE>    •
  542. html <CODE>    The code tag defines text that should be shown in a fixed width font. It can be nested with other idiomatic or typographic tags but some browsers will respect only the innermost tag. See: <CODE> 2    •
  543. html <CODE> 2    Many browsers use the same font for the KBD, SAMP, TT & CODE tags. For many lines of fixed width text, with the line breaks and other whitespace specified by the page author, use the <PRE> tag.    •
  544. example <CODE>    <CODE> text </CODE>    •
  545. html <COL>    <Table Column> The <COL> tag sets the properties of one table column at a time. Do not use this tag with a COLGROUP element.    •
  546. example <COL>    <COL> content </COL> & <COL ALIGN=alignment> content </COL> & <COL SPAN=number> content </COL>    •
  547. html <COL ALIGN>    The ALIGN attribute specifies the text alignment in the cells within the colums. The values for "alignment" are LEFT, MIDDLE & RIGHT and the default is MIDDLE.    •
  548. example <COL ALIGN>    <COL ALIGN=alignment> content </COL>    •
  549. example <COL SPAN>    <COL SPAN=number> content </COL>    •
  550. html <COLGROUP>    <Table Column Group> The COLGROUP tag sets the properties of one or more table columns. ( Attributes = SPAN, WIDTH, HALIGN, VALIGN & ALIGN )    •
  551. example <COLGROUP>    A few examples: <COLGROUP> column data </COLGROUP> & <COLGROUP ALIGN="align"> column data </COLGROUP> & <COLGROUP WIDTH="width"> column data </COLGROUP>    •
  552. example <COLGROUP ALIGN>    <COLGROUP ALIGN="align"> column data </COLGROUP>    •
  553. html <COLGROUP HALIGN>    The HALIGN attribute specifies the horizontal alignment of text in the cells for the column group. The values: LEFT, RIGHT and CENTER (the default.)    •
  554. example <COLGROUP HALIGN>    <COLGROUP HALIGN="halign"> column data </COLGROUP>    •
  555. html <COLGROUP VALIGN>    The VALIGN attribute sets the vertical alignment for the column. The values are TOP, MIDDLE (the default,) and BOTTOM.    •
  556. example <COLGROUP VALIGN>    <COLGROUP VALIGN="valign"> column data </COLGROUP>    •
  557. html <COLGROUP WIDTH>    The WIDTH attribute specifies the width of each column in the column group.    •
  558. example <COLGROUP WIDTH>    <COLGROUP WIDTH="width"> column data </COLGROUP>    •
  559. html <COLGROUP SPAN>    The SPAN attribute sets the number of consecutive columns for the group.    •
  560. example <COLGROUP SPAN>    <COLGROUP SPAN="number"> column data </COLGROUP>    •
  561. html <CREDIT>    <Credit> The credit tag defines text that credits a figure or quote. It is valid only within FIG or BQ tags. Example: <CREDIT> text </CREDIT>    •
  562. html <DEL>    <Deleted Text> The deleted text tag marks text that has been deleted, for example in a group authoring situation or a legal document. Example: <DEL> list entries </DEL>    •
  563. html <DFN>    <Definition> The definition tag defines text that defines a term -- many browsers will display it in italics, though others will ignore it.    •
  564. example <DFN>    It can be nested with other idiomatic or typographic tags but some browsers will respect only the innermost tag. <DFN> text </DFN>    •
  565. html <DIR>    <Directory List> The directory list tag introduces a directory list, which is made up of List Item (LI) tags and does not include bullets or numbers before them. See: <DIR> 2, 3 & 4    •
  566. html <DIR> 2    The items should be short so that they can be arranged into columns. For a bulleted list use UL.    •
  567. html <DIR> 3    For a numbered list use OL. For a list without bullets or numbers that is not arranged into columns use MENU.    •
  568. html <DIR> 4    In HTML 3.0, the same effect can be achieved with <UL PLAIN WRAP=HORIZ>. The DIR tag will probably be obsolete some day, so use UL.    •
  569. example <DIR>    <DIR> list entries </DIR> & <DIR COMPACT> list entries </DIR>    •
  570. html <DIR COMPACT>    The COMPACT attribute instructs the browser to reduce the space occupied by the list.    •
  571. example <DIR COMPACT>    <DIR COMPACT> list entries </DIR>    •
  572. html <DIV>    <Division> The division tag is used to divide a document up into different sections, such as chapters, sections, abstract, and appendix.    •
  573. example <DIV>    <DIV ALIGN=align> & <DIV CLASS=class> & <DIV CLASS=class NOWRAP> & <DIV =clear> & <DIV =lang>    •
  574. html <DIV ALIGN>    The ALIGN attribute can be one of LEFT, RIGHT, or CENTER. Example: <DIV ALIGN=align>    •
  575. html <DIV CLASS>    The CLASS attribute that specifies what section this is. Example: <DIV CLASS=class>    •
  576. html <DIV NOWRAP>    NOWRAP attribute stops the browser from wrapping except where <BR>'s are included in the document. Example: <DIV CLASS=class NOWRAP>    •
  577. html <DIV =lang>    Indicates the ISO standard language. Enter the standard abbreviation to indicate the language of the element. ( LANG=iso )       •
  578. html <DL>    The definition list tag introduces a definition list or glossary, which is made up of term (DT) and definition (DD) items. The </DT> and </DD> tags are optional. See: <DL> 2    •
  579. html <DL> 2    Typically the definitions are indented under each term, with no blank lines around them. A list heading (LH) may be included before the first definition term.    •
  580. example <DL>    <DL> list entries </DL> & <DL COMPACT> list entries </DL> & <DT> term & <DD> definition    •
  581. html <DL COMPACT>    If COMPACT was specified (and the terms are short) the terms and definitions are on the same line. Do not use multiple DD elements for the same DT -- instead use BR within the DD.    •
  582. example <DL COMPACT>    <DL COMPACT> list entries </DL>    •
  583. html <DT>    <Definition Term> See: <DL>    •
  584. html <DD>    <Definition Definition> Do not use multiple DD elements for the same DT -- instead use BR within the DD. See: <DL>    •
  585. html <EM>    <Emphasized> The emphasized tag defines text that should be emphasized -- most browsers will display it in italics. See: <EM> 2    •
  586. html <EM> 2    It can be nested with other idiomatic or typographic tags but some browsers will respect only the innermost tag.    •
  587. example <EM>    <EM> text </EM>    •
  588. html <EMBED>    The embed element is used to embed a plugin into a document. The OBJECT tag can also be used to embed objects. See also: <EMBED attributes>    •
  589. html <EMBED attributes>    SCR, HEIGHT, WIDTH, UNITS, NAME, OPTIONAL PARAMETER & PALETTE    •
  590. example <EMBED>    <EMBED attributes> alternate HTML </EMBED>    •
  591. html <EMBED SCR>    ( SRC="URL" ) "URL" identifies the location of the object to be embedded.    •
  592. html <EMBED HEIGHT>    ( HEIGHT=number ) This specifies the height of the object, according to the UNITS attribute.    •
  593. html <EMBED WIDTH>    ( WIDTH=number ) This specifies the width of the object, according to the UNITS attribute.    •
  594. html <EMBED UNITS>    ( UNITS=units ) Here units is one of pixels, meaning the width and height are measured in pixels, or en, meaning the width and height are measured in en spaces.    •
  595. html <EMBED NAME>    ( NAME=text ) This indicates the name used by other objects or elements to refer to this object.    •
  596. html <EMBED OPTIONAL PARAMETER>    ("OPTIONAL PARAMETER"=value) This specifies any parameters that are specific to the object. Put the name of the parameter in place of "OPTIONAL PARAMETER".    •
  597. html <EMBED PALETTE>    ( PALETTE=#rgb|#rgb ) Sets the foreground or background color. The first colour is the foreground.    •
  598. html <FIG>    <Figure> The figure element is an improvement over the inline image used in HTML 2.0 for a variety of reasons. See: <FIG> 2, 3, & 4    •
  599. html <FIG> 2    The text used to describe the figure for non-graphical browsers can contain markup tags & a separate credit and caption will be displayed by both graphical and non-graphical browsers    •
  600. html <FIG> 3    It also makes imagemaps much easier to code & independent of the server. (See the OBJECT and MAP tags for an alternate to this tag)    •
  601. html <FIG> 4    At the moment it isn't clear whether the built-in image maps of FIG or the client-side image maps of IMG with a USEMAP attribute will emerge as the long term alternative to server side image maps.    •
  602. example <FIG>    <FIG attributes> figure-content </FIG>    •
  603. html <FIG attributes>    The attributes for the <FIG> tag: SRC, ALIGN, HEIGHT, WIDTH, UNITS, NOFLOW & IMAGEMAP    •
  604. html <FIG SRC>    ( SRC="URL" ) "URL" identifies the image source, typically a GIF or JPEG file.    •
  605. html <FIG ALIGN>    (ALIGN="alignment") "alignment" should be one of TOP, MIDDLE, or BOTTOM. This causes the top, middle, or bottom of the image to be aligned with the text on the line containing the IMG tag. See: <FIG ALIGN> 2    •
  606. html <FIG ALIGN> 2    For Netscape: "alignment" should be one of LEFT, RIGHT, TOP, TEXTTOP, MIDDLE, ABSMIDDLE, BASELINE, BOTTOM, or ABSBOTTOM.    •
  607. html <FIG HEIGHT>    ( HEIGHT=number ) This specifies the height of the image, according to the UNITS attribute.    •
  608. html <FIG WIDTH>    ( WIDTH=number ) This specifies the width of the image, according to the UNITS attribute.    •
  609. html <FIG UNITS>    (UNITS=units ) Here units is one of pixels, meaning the width and height are measured in pixels, or en, meaning the width and height are measured in en spaces. See:<FIG> 2    •
  610. html <FIG UNITS> 2    These units are not used for the shape co-ordinates of any anchor tags in the figure.    •
  611. html <FIG NOFLOW>    Stops text from flowing around the figure.    •
  612. html <FIG IMAGEMAP>    ( IMAGEMAP="URL" ) Points to a script that handles clicks and drags.    •
  613. html <SHAPE attribute>    One of: Defualt, Circle ( x, y, r ), Rect ( x, y, w, h ) & Polygon ( x1, y1, x2, y2, ... )    •
  614. html <FN>    <Footnote> The footnote tag defines a footnote, ideally displayed in a pop-up window. The text that refers to this footnote does so with a standard anchor tag using anchor-name.    •
  615. example <FN>    <FN ID=anchor-name> text </FN>    •
  616. html <FONT>    The font tag defines text with a smaller or larger font than usual. The normal font size corresponds to 3; smaller values of number will produce a smaller font, and larger values of number will produce a larger font. See: <FONT> 2    •
  617. html <FONT> 2    If number has a sign (for example +1), the font will be changed relative to the BASEFONT.    •
  618. example <FONT>    <FONT SIZE=number> & <FONT COLOR="#RRGGBB"> & <FONT COLOR="colorname"> & <FONT FACE="facename1, facename2...">    •
  619. html <FONT COLOR>    The COLOR attribute allows you to change the colour of the text.    •
  620. example <FONT COLOR>    <FONT COLOR="#RRGGBB"> & <FONT COLOR="colorname">    •
  621. html <FONT FACE>    The FACE attribute specifies the face to be used, such as Arial or Courier. If multiple names are specified, the first one listed that is installed on the client machine is used.    •
  622. example <FONT FACE>    <FONT FACE="facename1, facename2...">    •
  623. html <FORM>    The form tag introduces a form, which is made up of INPUT elements, described in the sections that follow. See: <FORM> 2    •
  624. html <FORM> 2    A form may be inside structural HTML tags & may also contain structural tags. Using tables and other elements a form can take on various shapes and looks.    •
  625. example <FORM>    <FORM ACTION=action base> form tags </FORM> & <FORM METHOD=method> form tags </FORM> & <FORM ENCTYPE=media type> form tags </FORM>    •
  626. html <FORM ACTION>    The ACTION attribute defaults to the document's base address.    •
  627. example <FORM ACTION>    <FORM ACTION=action base> form tags </FORM> & <FORM ACTION=action base TARGET="target window name"> form tags </FORM>    •
  628. html <FORM METHOD>    The METHOD attribute can be GET or POST. GET specifies a query form, used to get data from a server. See: <FORM METHOD> 2    •
  629. html <FORM METHOD> 2    POST specifies a form that gives information to the server and perhaps causes a database to be updated or a message to be sent.    •
  630. example <FORM METHOD>    <FORM METHOD=method> form tags </FORM>    •
  631. html <FORM ENCTYPE>    See: example <FORM ENCTYPE>    •
  632. example <FORM ENCTYPE>    <FORM ENCTYPE=media type> form tags </FORM>    •
  633. html <FORM SCRIPT>    The SCRIPT attribute points to a script to be run. The browser must be able to run the type of script that is specified.    •
  634. example <FORM SCRIPT>    <FORM SCRIPT=URL> form tags </FORM>    •
  635. html <FRAME>    The frame tag appears inside the FRAMESET tag and specifies one frame in the frameset.    •
  636. example <FRAME>    <FRAME attributes>    •
  637. html <FRAME attributes>    One or all of these: SRC, NAME, MARGINWIDTH, MARGINHEIGHT, SCROLLING, NORESIZE, FRAMEBORDER, FRAMESPACING & ALIGN    •
  638. html <FRAME SRC>    (SRC="URL") The URL of the source document to be displayed in this frame. If the frame does not specify a source it will be displayed as blank space.    •
  639. html <FRAME NAME>    (NAME="window name") Here "window name" is the name associated with this frame. It can be used by the TARGET attribute in the A, BASE, AREA, and FORM tags to target this frame.    •
  640. html <FRAME MARGINWIDTH>    ( MARGINWIDTH=number ) Here number is the left and right margin thickness in pixels.    •
  641. html <FRAME MARGINHEIGHT>    ( MARGINHEIGHT=number ) Here number is the top and bottom margin thickness in pixels.    •
  642. html <FRAME SCROLLING>    (SCROLLING=type) Here type is one of yes, no or auto. It specifies if the frame is to have a scroll bar: auto (the default) means the browser will decide.    •
  643. html <FRAME NORESIZE>    Stops the user from resizing the frame..    •
  644. html <FRAME FRAMEBORDER>    (FRAMEBORDER=yes/no) Specifies if the border should be displayed.    •
  645. html <FRAME FRAMESPACING>    (FRAMESPACING=number) Here number is the spacing between frames in pixels.    •
  646. html <FRAME ALIGN>    (ALIGN = "alignment") One of: LEFT, RIGHT, TOP, TEXTTOP, MIDDLE, ABSMIDDLE, BASELINE, BOTTOM, or ABSBOTTOM.    •
  647. html <FRAMESET>    The FRAMESET tag replaces the BODY tag in a document and is used to split the documents window into a set of smaller frames. See: html <FRAMESET> 2    •
  648. html <FRAMESET> 2    FRAMESET tags can be nested to create more complicated frame layouts. NOFRAME tags can also be placed in a frameset.    •
  649. example <FRAMESET>    <FRAMESET attributes> frame tags </FRAMESET>    •
  650. html <FRAMESET attributes>    The attributes for the tag <FRAMESET> are: ROWS & COLS    •
  651. html <FRAMESET ROWS>    (ROWS="row heights") Here "row heights" specifies a list of values for the rows, each one can be specified as a percentage, a pixel value or as "*". See: html <FRAMESET ROWS> 2    •
  652. html <FRAMESET ROWS> 2    The frameset will be split vertically into frames based on these values. Rows with "*"'s in them will have any remaining space split between them.    •
  653. html <FRAMESET COLS>    (COLS="column widths") Here "column widths" specifies a list of values for the columns. The width of each column can be specified as a percentage, a pixel value or as "*". See: html <FRAMESET COLS> 2    •
  654. html <FRAMESET COLS> 2    The frameset will be split into frames based on these values. Columns with a width of "*" will split the space that is not assigned to other columns.    •
  655. html <H1>    The heading 1 tag defines a level 1 heading. It is typically shown in a very large bold font with several blank lines around it, and is used by automatic indexers to describe a page.    •
  656. example <H1>    <H1> text </H1> & <H1 ALIGN=alignment > text </H1> & <H1 SRC="URL" > text </H1> & <H1 DINGBAT="entity-name" > text </H1>    •
  657. html <H1 attributes>    The attributes for the HTML tag <H1> are: ALIGN, SRC, DINGBAT, NOWRAP & CLEAR    •
  658. html <H1 ALIGN>    The alignment attribute can be LEFT, RIGHT, or CENTER -- it defines the placement of the header on the screen. <H1 ALIGN=alignment > text </H1>    •
  659. html <H1 SRC>    The SRC attribute identifies a graphic image to be embedded before the header text. <H1 SRC="URL" > text </H1>    •
  660. html <H1 DINGBAT>    The DINGBAT attribute identifies an iconic entity to be embedded. <H1 DINGBAT="entity-name" > text </H1>    •
  661. html <H1 NOWRAP>    The NOWRAP attribute prevents the browser from breaking long header lines; use a <BR> to break those lines yourself. <H1 NOWRAP> text </H1>    •
  662. html <H1 CLEAR>    The clear attribute is used to position a header after a graphic: it can be LEFT, RIGHT, or ALL & specifies which margin should be clear. <H1 CLEAR=clear > text </H1>    •
  663. html <H2>    The heading 2 tag defines a level 2 heading. It is typically shown in a large bold font with several blank lines around it. See: <H1 attributes>    •
  664. example <H2>    <H2> text </H2>    •
  665. html <H3>    The heading 3 tag defines a level 3 heading. It is typically shown in a large italic font, slightly indented, with blank lines around it. See: <H1 attributes>    •
  666. example <H3>    <H3> text </H3>    •
  667. html <H4>    The heading 4 tag defines a level 4 heading. It is typically shown in a bold font, indented more than an level 3 heading, with blank lines around it. See: <H1 attributes>    •
  668. example <H4>    <H4> text </H4>    •
  669. html <H5>    The heading 5 tag defines a level 5 heading. It is typically shown in an italic font, indented the same as a level 4 heading, with a blank line above it. See: <H1 attributes>    •
  670. example <H5>    <H5> text </H5>    •
  671. html <H6>    The heading 6 tag defines a level 6 heading. It is typically shown in a normal font, indented more than a level 5 heading, with a blank line above it. See: <H1 attributes>    •
  672. example <H6>    <H6> text </H6>    •
  673. html <HEAD>    The head tag introduces text that describes an HTML document. Most documents have only a TITLE tag in the head section.    •
  674. example <HEAD>    <HEAD> head-section </HEAD>    •
  675. html <HR>    <Horizontal Rule> The horizontal rule tag causes a horizontal line to be drawn across the screen. There is no </HR> tag.    •
  676. html <HTML>    The HTML tag defines an HTML document. The <HTML> tag should be the first in the entire document, and the </HTML> tag should be the last.    •
  677. example <HTML>    <HTML> entire-document </HTML>    •
  678. html <I>    <Italic> The italic tag defines text that should be shown in italics. It can be nested with other idiomatic or typographic tags but some browsers will respect only the innermost tag    •
  679. example <I>    <I> text </I>     •
  680. html <IFRAME>    <Frame - Floating> The IFRAME tag defines a floating frame, and the end tag is required.    •
  681. example <iframe>    <IFRAME attributes> frame data <IFRAME>    •
  682. html <IFRAME attributes>    ALIGN, FRAMEBORDER, HEIGHT, MARGINHEIGHT, MARGINWIDTH, NAME, SCROLLING, SRC and WIDTH     •
  683. html <IFRAME ALIGN>    (ALIGN=left|center|top|bottom) This sets the alignment of the frame or of the surrounding text. The default is LEFT    •
  684. html <IFRAME FRAMEBORDER>    (FRAMEBORDER=1|0) Renders a 3-D edge border around the frame. 1 (default) inserts a border. 0 displays no border    •
  685. html <IFRAME HEIGHT>    (HEIGHT=height) Controls the height (in pixels) of the floating frame    •
  686. html <IFRAME MARGINHEIGHT>    (MARGINHEIGHT=height) Controls the margin height for the frame, in pixels    •
  687. html <IFRAME MARGINWIDTH>    (MARGINWIDTH=width) Controls the margin width for the frame, in pixels    •
  688. html <IFRAME NAME>    (NAME=name) Provides a target name for the frame    •
  689. html <IFRAME SCROLLING>    (SCROLLING=yes|no) Creates a scrolling frame    •
  690. html <IFRAME SRC>    (SRC=address) Displays the source file for the frame    •
  691. html <IFRAME WIDTH>    (WIDTH=width) Controls the width of the floating frame, in pixels    •
  692. html <IMG>    <Inline Image> The inline image tag displays an image referred to by a URL. It must contain at least an SRC attribute    •
  693. html <IMG attributes>    ALIGN, ALT, BORDER, CONTROLS, DYNSRC, HEIGHT, HSPACE, ISMAP, LOOP, LOWSRC,  START, SRC, UNITS, USEMAP, WIDTH, and VSPACE    •
  694. html <IMG ALIGN>    (ALIGN="alignment") Here "alignment" should be one of TOP, MIDDLE, or BOTTOM. This causes the top, middle, or bottom of the image to be aligned with the text on the line containing the IMG tag."alignment" should be one of LEFT, RIGHT, TOP, TEXTTOP, MIDDLE, ABSMIDDLE, BASELINE, BOTTOM, or ABSBOTTOM.      •
  695. html <IMG ALT>    (ALT="text") Here "text" is the text to be displayed by a browser that does not display images, such as Lynx, or to be used when image display is suppressed.     •
  696. html <IMG BORDER>    (BORDER=number) Here number is the border thickness in pixels. (Do not use BORDER=0 for images that are links.)     •
  697. html <IMG CONTROLS>    If present, and an AVI resource is being played, displays controls under the resource.     •
  698. html <IMG DYNSRC>    (DYNSRC="url") Specifies an AVI resource to be played, or a VRML world. Always include a still image as well with the SRC attribute, for use by browsers that do not display inline video or VRML.    •
  699. html <IMG HEIGHT>    (HEIGHT=number) This specifies the height of the image, according to the UNITS attribute.     •
  700. html <IMG HSPACE>    (HSPACE=number) Here number is the space, in pixels, to leave to the left and right of the image.      •
  701. html <IMG ISMAP>    (ISMAP="url") This attribute indicates that this image is a server side image map.     •
  702. html <IMG LOOP>    (LOOP=number) The optional LOOP attribute will cause the resource to be played number times. LOOP="INFINITE" will cause the resource to be played continuously as long as the page is open.     •
  703. html <IMG LOWSRC>    (LOWSRC="url") Specifies an image to be displayed while the SRC image is being loaded. This alternate image should take much less time to download then the SRC image: it should be lower resolution, black and white, etc.     •
  704. html <IMG START>    (START="start option") The START attribute specifies when the browser should start to play the resource specified with the DYNSRC attribute. START=FILEOPEN instructs the browser to play the resource only when the file is opened. START=MOUSEOVER instructs the browser to play the resource each time the user moves the mouse cursor over it. START=FILEOPEN,MOUSEOVER does both.     •
  705. html <IMG SRC>    (SRC="URL") Here "URL" identifies the image source, typically a GIF or JPEG file.     •
  706. html <IMG UNITS>    (UNITS=units) Here units is one of pixels, meaning the width and height are measured in pixels, or en, meaning the width and height are measured in en spaces.    •
  707. html <IMG USEMAP>    (USEMAP="url") This attribute overrides the ISMAP attribute, if present, and if the browser supports client-side image maps. It uses the MAP element found at url to translate clicks.     •
  708. html <IMG WIDTH>    (WIDTH=number) This specifies the width of the image, according to the UNITS attribute.     •
  709. html <IMG VSPACE>    (VSPACE=number) Here number is the space, in pixels, to leave above and below the image.     •
  710. html <INPUT>    To be filled in at a later date <Form Input>    •
  711. html <INS>    (Inserted Text) The inserted text tag marks text that has been inserted, for example in a group authoring situation or a legal document.    •
  712. example <INS>    <INS> text </INS>    •
  713. html <ISINDEX>    (Is Index) The isindex tag, which is only valid in a HEAD section, declares that the current HTML document is a searchable index. The user will be prompted for keywords to search for. A new URL will be formed by taking the base address of the current document and adding a '?' character to it, followed by the keywords separated by '+' characters. The URL attribute overrides the base address. The prompt attribute changes the prompt from the default one supplied by the browser.    •
  714. example <ISINDEX>    <ISINDEX HREF=URL> & <ISINDEX PROMPT=prompt>     •
  715. html <KBD>    <Keyboard> The keyboard tag defines text that should be shown in a fixed width font. It can be nested with other idiomatic or typographic tags but some browsers will respect only the innermost tag. Many browsers use the same font for the KBD, SAMP, TT and CODE tags. For many lines of fixed width text, with the line breaks and other whitespace specified by the page author, use the PRE tag.    •
  716. example <KBD>    <KBD> text </KBD>    •
  717. html <LANG>    <Language> The language tag is used to alter the language used for a block of text.    •
  718. example <lang>    <LANG> text </LANG>    •
  719. html <LH>    <List Heading> The list heading tag defines the heading for an ordered, unordered, or definition list. Other tags may be embedded in a list heading. It must come before any List Item (LI) or Definition Term (DT) tags in the list.    •
  720. example <lh>    <LH> text </LH>    •
  721. html <LI>    <List Item> The list item tag defines one entry in an ordered, unordered, menu, or directory list. Other tags may be embedded in a list item.    •
  722. html <LI attributes    SRC, DINGBAT, SKIP, TYPE, and VALUE    •
  723. html <LI SRC>    The SRC attribute uses the image specified by the URL as the bullet for this item. <LI SRC=URL> text </LI>    •
  724. html <LI DINGBAT>    The DINGBAT attribute identifies an iconic entity for the bullet. <LI DINGBAT="entity-name"> text </LI>    •
  725. html <LI SKIP>    The SKIP attribute is used with ordered lists to skip forward in the count. <LI SKIP=number> text </LI>    •
  726. html <LI TYPE>    The TYPE attribute changes the bullet or numbering style for this item. type has the same values as it would in the OL or UL tag. <LI TYPE=type> text </LI>    •
  727. html <LI VALUE>    The VALUE attribute resets the sequence number to number. <LI VALUE=number> text </LI>    •
  728. html <LINK>    The link tag appears within the HEAD section of a document. It has all the same attributes as the anchor tag. The main 3 attributes used are REL, REV and HREF.    •
  729. html <LINK attributes>    REL, REV, TITLE and HREF    •
  730. html <LINK REV>    The REV attribute specifies a reverse relationship <LINK REV=relationship HREF="URL"> & <LINK REV=relationship HREF="URL" TITLE="title">    •
  731. html <LINK TITLE>    The TITLE attribute specifies an advisory title string. <LINK REV=relationship HREF="URL" TITLE="title">    •
  732. html <LINK HREF>    the HREF attribute specifies the URL of the link.    •
  733. html <LINK REL>    REL attribute specifies the relationship between this document and the link. - See also: html <LINK REV=relationship> - <LINK REL=relationship HREF="URL">    •
  734. html <LINK REV=relationship>    Toolbar relationships: REL=Home, REL=ToC, REL=Index, REL=Glossary, REL=Copyright, REL=Up, REL=Next, REL=Previous, REL=Help and REL=Bookmark (Other relationships: REL=Banner & REL=StyleSheet)     •
  735. html <LINK REL=Home>    Link points to home or top page in hierarchy.    •
  736. html <LINK REV=ToC>    Link points to a table of contents.    •
  737. html <LINK REV=Index>    Link points to an index for the current page.    •
  738. html <LINK REV=Glossary>    Link points to a glossary.    •
  739. html <LINK REV=Copyright>    Link points to a page with copyright information for the current page.    •
  740. html <LINK REV=Up>    Link points to the pages parent in the hierarchy.    •
  741. html <LINK REV=Next>    Link points to the next page in a series of pages.    •
  742. html <LINK REV=Previous>    Link points to the previous page in a series of pages.    •
  743. html <LINK REV=Help>    Link points to information that may further explain the page to the user.    •
  744. html <LINK REV=Bookmark>    Link points to a particular location within a long document. The TITLE attribute is used to label the bookmark.    •
  745. html <LINK REV=Banner>    This use achieves the effect that the BANNER tag will eventually provide.    •
  746. html <LINK REV=StyleSheet>    Link points to a style sheet that will be used to render the current document.    •
  747. html <LISTING>    <Listing> The listing tag introduces a program listing. Because of the way this tag handles embedded tags, it should no longer be used. PRE is a better choice.    •
  748. example <LISTING>    <LISTING> text </LISTING>    •
  749. html <MAP>    <Map> The map tag defines a client side image map It gives a name to a collection of AREA tags that are superimposed over an inline image to connect user clicks with URLs.    •
  750. example <MAP>    <MAP NAME="name"> area tags </MAP>    •
  751. html <MARQUEE>    <Marquee> The marquee tag defines a moving piece of text, like a movie marquee.    •
  752. example <MARQUEE>    <MARQUEE> text </MARQUEE> and See: html <MARQUEE attributes>     •
  753. html <MARQUEE attributes>    ALIGN, BEHAVIOR, BGCOLOR, DIRECTION, HEIGHT, HSPACE, LOOP, SCROLLAMOUNT, SCROLLDELAY, WIDTH, VSPACE, and WIDTH    •
  754. html <MARQUEE ALIGN>    The ALIGN attribute works like the ALIGN attribute in the IMG tag, setting the location of the surrounding text. "align" can be TOP, BOTTOM, or MIDDLE.    •
  755. example <MARQUEE ALIGN>    <MARQUEE ALIGN="align"> text </MARQUEE>     •
  756. html <MARQUEE BEHAVIOR>    The BEHAVIOR attribute defines the way the text moves. SCROLL means that the text slides into the marquee box and out again, then repeats. SLIDE means that the text slides into the marquee box, stops when it is all in, then repeats. ALTERNATE means that the text bounces back and forth within the marquee box.    •
  757. example <MARQUEE BEHAVIOR>    <MARQUEE BEHAVIOR="behavior"> text </MARQUEE>    •
  758. html <MARQUEE BGCOLOR>    The BGCOLOR attribute specifies the colour to be used for the background. rrggbb is a six digit hexadecimal number with the first two digits specifying the red value, the middle two the green value, and the last two the blue value. Colour names can be used for the BGCOLOR attribute. Valid colours are: Aqua, Black, Blue, Fuchsia, Gray, Green, Lime, Maroon, Navy, Olive, Purple, Red, Silver, Teal,Yellow, and White.    •
  759. example <MARQUEE BGCOLOR>    <MARQUEE BGCOLOR="#rrggbb"> text </MARQUEE> & <MARQUEE BGCOLOR="colorname"> text </MARQUEE>    •
  760. html <MARQUEE DIRECTION>    The DIRECTION attribute is LEFT or RIGHT and specifies the direction in which the text should move.    •
  761. example <MARQUEE DIRECTION>    <MARQUEE DIRECTION="direction"> text </MARQUEE>    •
  762. html <MARQUEE HEIGHT>    The HEIGHT and WIDTH attributes size the marquee box. If n is an absolute number, it is taken to mean pixels; if n is followed by a % sign it is taken to mean a percentage of the width or height (as appropriate) of the screen.    •
  763. example <MARQUEE HEIGHT>    <MARQUEE HEIGHT=n> text </MARQUEE> & <MARQUEE HEIGHT=n%> text </MARQUEE>    •
  764. html <MARQUEE HSPACE>    The HSPACE and VSPACE attributes specify a margin to the left and right, or above and below, the marquee box, in pixels.     •
  765. example <MARQUEE HSPACE>    <MARQUEE HSPACE=n> text </MARQUEE>    •
  766. html <MARQUEE LOOP>    The LOOP attribute will cause the marquee to scroll n times. LOOP="INFINITE" will cause the marquee to scroll as long as the page is open.    •
  767. example <MARQUEE LOOP>    <MARQUEE LOOP=n> text </MARQUEE>    •
  768. html <MARQUEE SCROLLAMOUNT>    The SCROLLAMOUNT attribute specifies, the amount, in pixels, to move the scrolling text by each time it is drawn.    •
  769. example <MARQUEE SCROLLAMOUNT>    <MARQUEE SCROLLAMOUNT=n> text </MARQUEE>    •
  770. html <MARQUEE SCROLLDELAY>    The SCROLLDELAY attribute specifies the delay, in milliseconds, between drawings.    •
  771. example <MARQUEE SCROLLDELAY>    <MARQUEE SCROLLDELAY=n> text </MARQUEE>    •
  772. html <MARQUEE VSPACE>    The HSPACE and VSPACE attributes specify a margin to the left and right, or above and below, the marquee box, in pixels.    •
  773. example <MARQUEE VSPACE>    <MARQUEE VSPACE=n> text </MARQUEE>    •
  774. html <MARQUEE WIDTH>    The HEIGHT and WIDTH attributes size the marquee box. If n is an absolute number, it is taken to mean pixels; if n is followed by a % sign it is taken to mean a percentage of the width or height (as appropriate) of the screen.    •
  775. example <MARQUEE WIDTH>    <MARQUEE WIDTH=n%> text </MARQUEE>    •
  776. html <MATH>    The math tag introduces a description of an equation or formula. math-content is not yet fully defined.    •
  777. example <MATH>    <MATH> math-content </MATH>    •
  778. html <MENU>    <Menu List> The menu list tag introduces a menu list, which is made up of List Item (LI) tags and does not include bullets or numbers before them. For a bulleted list use UL. For a numbered list use OL. For a list without bullets or numbers made up of short items that can be arranged into columns use DIR. The COMPACT attribute instructs the browser to reduce the space occupied by the list.    •
  779. example <MENU>    <MENU> list entries </MENU> & <MENU COMPACT> list entries </MENU> **In HTML 3.0, the same effect can be achieved with <UL PLAIN>. The MENU tag will probably be obsolete some day, so use UL.    •
  780. html <META>    <META [...]> The meta tag, which is only valid in a HEAD section, declares HTTP meta name/value pairs that are associated with the HTML document. These are used to extend the HTTP header information returned by the HTTP server. The support of the meta information is HTTP server specific. If a name attribute is not specified the HTTP-EQUIV attribute is used as the name. This tag can also be used to trigger client side behaviour.    •
  781. html <MULTICOL>    <Multi Column Text> This tag is a container, used to split the display into columns without using frames or tables. The attributes of this tag are: COLS, GUTTER, and WIDTH    •
  782. html <MULTICOL COLS>    (COLS="number") The COLS attribute is mandatory and controls how many columns the display will be split into.    •
  783. html <MULTICOL GUTTER>    (GUTTER="pixels") The GUTTER attribute controls the pixels of space between columns. It defaults to a value of 10.    •
  784. html <MULTICOL WIDTH>    (WIDTH="number") The WIDTH attribute controls the width of an individual column.     •
  785. html <NOBR>    <No Break> The no break tag defines a block of text which will have no line breaks except those explicitly requested with BR or suggested with WOBR.    •
  786. example <NOBR>    <NOBR> text </NOBR>    •
  787. html <NOFRAMES>    <No Frames> The NOFRAMES tag specifies HTML that can be used by browsers that do not support frames. Everything between the start and end tag is ignored by browsers that understand frames.    •
  788. example <NOFRAMES>    <NOFRAMES> alternate HTML </NOFRAMES>    •
  789. html <NOTE>    <Note> The note tag defines text that forms a note. Many browsers display it in an indented block surrounded by blank lines with a graphic. The CLASS attribute specifies the type of note, such as a warning, caution, or note. The graphic used will be based on the CLASS. The SRC attribute can be used to override the graphic that would be used by default.    •
  790. example <NOTE>    <NOTE> text </NOTE>  <NOTE CLASS=class> text </NOTE>  <NOTE SRC=URL> text </NOTE>    •
  791. html <OL>    <Ordered List> The ordered list tag introduces an ordered (numbered) list, which is made up of List Item (LI) tags.    •
  792. example <OL>    <OL> list entries </OL> and See also: html <OL attributes>    •
  793. html <OL attributes>    COMPACT, SEQNUM, CONTINUE, START, and TYPE    •
  794. html <OL COMPACT>    The COMPACT attribute instructs the browser to reduce the space occupied by the list.    •
  795. example <OL COMPACT>    <OL COMPACT> list entries </OL>    •
  796. html <OL SEQNUM>    The SEQNUM attribute allows the first list item to be number instead of the default 1.    •
  797. example <OL SEQNUM>    <OL SEQNUM=number> list entries </OL>    •
  798. html <OL CONTINUE>    The CONTINUE attribute continues the numbering from the previous ordered list.    •
  799. example <OL CONTINUE>    <OL CONTINUE> list entries </OL>    •
  800. html <OL START>    The START attribute allows the first list item to be number instead of the default 1.    •
  801. example <OL START>    <OL START=number> list entries </OL>    •
  802. html <OL TYPE>    The TYPE attribute governs the way items are numbered.    •
  803. example <OL TYPE>    <OL TYPE=type> list entries </OL>    •
  804. html <OVERLAY>    <Overlay> Valid only within a figure (FIG), the overlay element speeds up image rendering by drawing small changes over a base figure.    •
  805. html <OVERLAY attributes>    The attributes are: SRC, X, Y, HEIGHT, WIDTH, UNITS, and IMAGEMAP    •
  806. html <OVERLAY SRC>    (SRC="URL") Here "URL" identifies the image source, typically a GIF or JPEG file.    •
  807. html <OVERLAY X>    (X=number) This specifies the offset to the right within the base image from the top left corner, according to the UNITS attribute.    •
  808. html <OVERLAY Y>    (Y=number) This specifies the offset to the bottom within the base image from the top left corner, according to the UNITS attribute.    •
  809. html <OVERLAY HEIGHT>    (HEIGHT=number) This specifies the height of the image, according to the UNITS attribute.    •
  810. html <OVERLAY WIDTH>    (WIDTH=number) This specifies the width of the image, according to the UNITS attribute.    •
  811. html <OVERLAY UNITS>    (UNITS=units) Here units is one of pixels, meaning the width and height are measured in pixels, or en, meaning the width and height are measured in en spaces.     •
  812. html <OVERLAY IMAGEMAP>    (IMAGEMAP="URL") Points to a script that handles clicks and drags.    •
  813. html <P>    <Paragraph> The paragraph tag starts a new paragraph, equivalent to two BR tags. The </P> tag is optional if the tag is only to insert space between two paragraphs, but vital when attributes (for example, ALIGN="center") are to apply to the whole paragraph. The ALIGN attribute can be one of LEFT, RIGHT, or CENTER. The NOWRAP attribute will make it so lines are only broken at the <BR> tag.    •
  814. example <P>    <P> text  <P> text </P>  <P ALIGN=alignment> text  <P NOWRAP> text    •
  815. html <PARAM>    <Parameters> This tag, valid only within an APPLET element, passes parameters to the applet, which gets them with the getParameter() method.    •
  816. example <PARAM>    <PARAM NAME="name" VALUE="value">    •
  817. html <PERSON>    <Person> The person tag is used around names of people mentioned in a document. It is typically displayed just like normal text, but is used by automatic indexers    •
  818. example <PERSON>    <PERSON> text </PERSON>    •
  819. html <PLAINTEXT>    <Plain Text> The plain text tag defines text that should be shown in a fixed width font with the line breaks and other whitespace specified by the page author. There is no need to use <BR> tags to indicate line breaks -- line breaks in the source will be displayed by the browser. In addition multiple spaces will be displayed as multiple spaces. HTML tags are not rendered..    •
  820. example <PLAINTEXT>    <PLAINTEXT> text </PLAINTEXT>     •
  821. html <PRE>    The preformatted text tag defines text that should be shown in a fixed width font with the line breaks and other whitespace specified by the page author. There is no need to use <BR> tags to indicate line breaks -- line breaks in the source will be displayed by the browser. In addition multiple spaces will be displayed as multiple spaces. Typically used for several lines of program code or for poetry. The width attribute specifies the maximum number of characters per line.     •
  822. example <PRE>    <PRE> text </PRE>  <PRE WIDTH=width> text </PRE>    •
  823. html <Q>    <Quote> The quote tag defines text that should be displayed as a short quote. For English language documents this means the text will be surrounded with double quote (") symbols. Quotes nested within quotes will typically be displayed surround by single quote (') symbols.    •
  824. example <Q>    <Q> text </Q>    •
  825. html <RANGE>    The range tag, which is valid only in the HEAD section, defines a range within the document. The FROM and UNTIL attributes refer to ID's of tags within the document. The SPOT tag can be used to specify a location in the document where there is no other tag.    •
  826. example <RANGE>    <RANGE FROM="from id" UNTIL="until id">    •
  827. html <SAMP>    The sample tag defines text that should be shown as literal characters in a fixed width font. It can be nested with other idiomatic or typographic tags but some browsers will respect only the innermost tag. Many browsers use the same font for the KBD, SAMP, TT and CODE tags. For many lines of fixed width text, with the line breaks and other whitespace specified by the page author, use the PRE tag.    •
  828. example <SAMP>    <SAMP> text </SAMP>    •
  829. html <SCRIPT>    The script tag identifies script code. This can be code to be executed at this point of the document or may contain functions for use later in the document. The statements are usually but not required to be enclosed in the comment tag, so that browsers that do not support scripting do not render the code as text. Functions used by the document are usually defined in the HEAD tag so that they are loaded and available before the user could do anything that might call them.    •
  830. example <SCRIPT>    <SCRIPT LANGUAGE="language"><!-- script statements --></SCRIPT>    •
  831. html <SELECT>    To be filled in at a later date <Form Select>    •
  832. html <SMALL>    <Small Text> The small text tag defines text that should be displayed in a smaller font than usual.    •
  833. example <SMALL>    <SMALL> text </SMALL>    •
  834. html <SPACER>    <White Space> The SPACER tag creates an area of white space within the document. ( See: html <SPACER attributes> )     •
  835. html <SPACER attributes>    The attributes for this tag are: TYPE, SIZE, WIDTH, HEIGHT, and ALIGN    •
  836. html <SPACER TYPE>    (TYPE=type) The TYPE attribute has three possible values: horizontal (the default,) vertical, and block.    •
  837. html <SPACER SIZE>    (SIZE=pixels) The SIZE attribute only applies when the spacer has a type of horizontal or vertical. Then this attribute controls the absolute width or height in pixels of the spacing added.    •
  838. html <SPACER WIDTH>    (WIDTH=pixels) The WIDTH attribute only applies when the spacer is of type block. Then this attribute controls the absolute width in pixels of the spacing rectangle added.    •
  839. html <SPACER HEIGHT>    (HEIGHT=pixels) The HEIGHT attribute only applies when the spacer is of type block. Then this attribute controls the absolute height in pixels of the spacing rectangle added.    •
  840. html <SPACER ALIGN>    (ALIGN=alignment) The ALIGN attribute only applies when the spacer is of type block. Then this attribute controls the alignment of the spacing rectangle in exactly the same way it would control the alignment of an IMG tag. "alignment" should be one of LEFT, RIGHT, TOP, TEXTTOP, MIDDLE, ABSMIDDLE, BASELINE, BOTTOM, or ABSBOTTOM.    •
  841. html <SPOT>    The spot tag can be used to specify a location in the document where there is no tag.    •
  842. example <SPOT>    <SPOT ID="id">    •
  843. html <STRIKE>    The strikethrough tag defines text that should be shown with a horizontal line through it. It can be nested with other idiomatic or typographic tags but some browsers will respect only the innermost tag.     •
  844. example <STRIKE>    <STRIKE> text </STRIKE>    •
  845. html <STRONG>    The strong tag defines text that should be strongly emphasized -- most browsers will display it in boldface. It can be nested with other idiomatic or typographic tags but some browsers will respect only the innermost tag.    •
  846. example <STRONG>    <STRONG> text </STRONG>    •
  847. html <SUB>    The subscript tag defines text that should be displayed in a smaller font than usual, lower on the line than usual. <Subscript>    •
  848. example <SUB>    <SUB> text </SUB>    •
  849. html <SUP>    The superscript tag defines text that should be displayed in a smaller font than usual, higher on the line than usual. <Superscript>    •
  850. example <SUP>    <SUP> text </SUP>    •
  851. html <TAB>    The horizontal tab tag is used to set or jump to a horizontal tab. The INDENT attribute specifies the amount in en spaces to set this indent to. The align attribute can be one of LEFT, RIGHT, CENTER, or DECIMAL and will position the following text to the tab accordingly. The dp sets the tab to the position that the next character is found The default character is "."    •
  852. example <TAB>    <TAB INDENT=number>  <TAB TO=tab id ALIGN=align>  <TAB DP=character>    •
  853. html <TABLE>    A table consists of an optional caption (CAPTION) and one or more rows (TR.) ( See also: html <TABLE attributes> )    •
  854. example <TABLE>    <TABLE attributes> table-content </TABLE>    •
  855. html <TABLE attributes>    The attributes are: ALIGN, WIDTH, BORDER, CELLPADDING, BGCOLOR, BORDERCOLOR, BORDERCOLORLIGHT, BORDERCOLORDARK, VALIGN, CLEAR, NOFLOW, COLSPEC, UNITS, DP, and NOWRAP    •
  856. html <TABLE ALIGN>    (ALIGN="alignment") This causes the table to be aligned in one of a variety of ways on the page. Here "alignment" should be one of, LEFT: To the left text margin, CENTER: In the centre of the page (Turns on NOFLOW.) RIGHT: To the right text margin, BLEEDRIGHT: To the rightmost edge of the window, BLEEDLEFT: To the leftmost edge of the window, JUSTIFY: To both text margins (The table size is adjusted. Turns on NOFLOW.) *Note that this does not affect the alignment of the table entries*    •
  857. html <TABLE WIDTH>    (WIDTH=number) The UNITS attribute is used to translate number.    •
  858. html <TABLE BORDER>    (BORDER) This attribute causes the table to be drawn with a border. (BORDER=number) This attribute draws the table with a border number pixels thick.    •
  859. html <TABLE CELLPADDING>    (CELLPADDING=number) This separates the cell borders and the text with a padding of number pixels.    •
  860. html <TABLE CELLSPACING>    (CELLSPACING=number) This separates cells with a gutter of number pixels.    •
  861. html <TABLE BGCOLOR>    (BGCOLOR="#rrggbb" -or- BGCOLOR="colorname") This attribute sets the background colour for the entire table.     •
  862. html <TABLE BORDERCOLOR>    (BORDERCOLOR="#rrggbb" -or- BORDERCOLOR="colorname") This attribute sets the border colour for the entire table.    •
  863. html <TABLE BORDERCOLORLIGHT>    (BORDERCOLORLIGHT="#rrggbb" -or- BORDERCOLORLIGHT="colorname") This attribute sets the border highlight colour for the entire table.    •
  864. html <TABLE BORDERCOLORDARK>    (BORDERCOLORDARK="#rrggbb" -or- BORDERCOLORDARK="colorname") This attribute sets the border shadow colour for the entire table.    •
  865. html <TABLE VALIGN>    (VALIGN="valign") This attribute sets the vertical alignment for the entire table. "valign"is TOP or BOTTOM.    •
  866. html <TABLE CLEAR>    (CLEAR=clear) Here "clear" should be one of LEFT, RIGHT, or ALL and specifies which margin should be clear.    •
  867. html <TABLE NOFLOW>    (NOFLOW) This attribute prevents text flow around the table and is equivalent to setting the CLEAR attribute on the element after the table.    •
  868. html <TABLE COLSPEC>    (COLSPEC=colspec) Here colspec is a list of column alignments and widths, separated by spaces. There should be one entry for each column in the table, and each should be an optional capital letter for alignment (one of L (left,) R (right,) C (centre,) J (justify,) or D (decimal)) followed immediately by a number describing the width.    •
  869. html <TABLE UNITS>    (UNITS=units) This makes sense only if the COLSPEC or WIDTH attributes are being used and specifies the units to be used for the column or table widths. units should be one of, en: widths are in en spaces, proportional to font size, relative: column widths are percentage of entire table width, table width is percentage of entire window width, pixels: widths are in pixels    •
  870. html <TABLE DP>    (DP="character") Here "character" is the character (the default is ".") to be used in aligning for decimal point alignment.     •
  871. html <TABLE NOWRAP>    (NOWRAP) This attribute prevents word wrap within table entries.    •
  872. html <TBODY>    The TBODY tag is used to group together a number of rows within a table, for assigning ID or STYLE values. (CLASS=type) This attribute indicates the class that the element belongs too. (ID=value) This attribute specifies a unique value for the element over the docuement. (STYLE=css1 properties) This attribute specifies the style information.    •
  873. example <TBODY>    <TBODY> table body </TBODY>    •
  874. html <TD>    <Table Data> Valid only in a TR, the table data tag defines a table cell. ( See also: html <TD attributes> )    •
  875. html <TD attributes>    The attributes for this tag are: COLSPAN, ROWSPAN, NOWRAP, ALIGN, VALIGN, BGCOLOR, BORDERCOLOR, BORDERCOLORLIGHT, and BORDERCOLORDARK     •
  876. html <TD COLSPAN>    (COLSPAN="number") the number of columns this cell occupies.    •
  877. html <TD ROWSPAN>    (ROWSPAN="number") the number of rows this cell occupies.    •
  878. html <TD NOWRAP>    (NOWRAP) This attribute prevents word wrap within the cell.    •
  879. html <TD ALIGN>    (ALIGN="align") governs the alignment of the text within the table cell. "align" can be LEFT, RIGHT or CENTER.    •
  880. html <TD VALIGN>    (VALIGN="align") governs the alignment of the text within the table cell. "align" can be TOP, MIDDLE, BOTTOM, or BASELINE.    •
  881. html <TD BGCOLOR>    (BGCOLOR="#rrggbb" -or- BGCOLOR="colorname") This attribute sets the background colour for the table cell.    •
  882. html <TD BORDERCOLOR>    (BORDERCOLOR="#rrggbb" -or- BORDERCOLOR="colorname") This attribute sets the border colour for the table cell.    •
  883. html <TD BORDERCOLORLIGHT>    (BORDERCOLORLIGHT="#rrggbb" -or- BORDERCOLORLIGHT="colorname") This attribute sets the border highlight colour for the table cell.     •
  884. html <TD BORDERCOLORDARK>    (BORDERCOLORDARK="#rrggbb" -or- BORDERCOLORDARK="colorname") This attribute sets the border shadow colour for the table cell.    •
  885. html <TEXTAREA>    The text area tag specifies a multiple line text area field within the form that contains it. The NAME attribute is a required field and is used to identify the data for the field. The COLS attribute specifies the width in characters of the text area. The ROWS attribute specifies the number of lines the text area contains. The content is used as an initial value for the field. The field can be scrolled beyond the COLS and ROWS size to allow for larger amounts of text to be entered. (See: html <TEXTAREA> 2)    •
  886. html <TEXTAREA> 2    The wrap attribute can have values of OFF, SOFT and HARD. The 3.0 specification adds three new attributes: DISABLED, ERROR, and ALIGN. The DISABLED attribute shows the field but will not allow the user to modify it. The ERROR attribute is used to supply an error message for the field. The ALIGN attribute is used to position the field and can be one of TOP, BOTTOM, MIDDLE, LEFT or RIGHT    •
  887. example <TEXTAREA>    <TEXTAREA NAME=name COLS=# columns ROWS=# rows> content </TEXTAREA>   <TEXTAREA NAME=name COLS=# columns ROWS=# rows WRAP=type> content </TEXTAREA>    •
  888. html <TEXTFLOW>    <Java Applet Textflow> if an APPLET element has no ordinary text and markup in its applet-content, and contains only PARAM tags, comments, and whitespace, you should add a TEXTFLOW tag. This tag will be ignored by Web browsers but will keep SGML parsers happy.    •
  889. html <TFOOT>    Defines the table footer. The footer tag is used to group all footers. (CLASS=type) This attribute indicates the class that the element belongs too. (ID=value) This attribute specifies a unique value for the element over the document. (STYLE=css1 properties) This attribute specifies style the information    •
  890. html <TH>    Valid only in a TR, the table header tag defines a header cell. <Table Header> (See also: html <TH attributes>)     •
  891. html <TH attributes>    The attributes for this tag are: COLSPAN, ROWSPAN, NOWRAP, ALIGN, VALIGN, BGCOLOR, BORDERCOLOR, BORDERCOLORLIGHT, and BORDERCOLORDARK    •
  892. html <TH COLSPAN>    (COLSPAN="number") the number of columns this header occupies.    •
  893. html <TH ROWSPAN>    (ROWSPAN="number") the number of rows this header occupies.    •
  894. html <TH NOWRAP>    (NOWRAP) This attribute prevents word wrap within the cell.    •
  895. html <TH ALIGN>    (ALIGN="align") governs the alignment of the text within the table cell. "align" can be LEFT, RIGHT or CENTER. Table Header cells default to centred.    •
  896. html <TH VALIGN>    (VALIGN="align") governs the alignment of the text within the table cell. "align" can be TOP, MIDDLE, BOTTOM, or BASELINE.    •
  897. html <TH BGCOLOR>    (BGCOLOR="#rrggbb" -or- BGCOLOR="colorname") This attribute sets the background colour for the header cell.    •
  898. html <TH BORDERCOLOR>    (BORDERCOLOR="#rrggbb" -or- BORDERCOLOR="colorname") his attribute sets the border colour for the header cell.    •
  899. html <TH BORDERCOLORLIGHT>    (BORDERCOLORLIGHT="#rrggbb" -or- BORDERCOLORLIGHT="colorname") This attribute sets the border highlight colour for the header cell.    •
  900. html <TH BORDERCOLORDARK>    (BORDERCOLORDARK="#rrggbb" -or- BORDERCOLORDARK="colorname") This attribute sets the border shadow colour for the header cell.    •
  901. html <THEAD>    The THEAD tag defines the table heading. The THEAD tag is used to group all headers together. <Table Head> ( See also: html <THEAD attributes> )    •
  902. html <THEAD attributes>    The attributes for this tag are: ALIGN, CLASS, ID, STYLE, and VALIGN    •
  903. html <THEAD ALIGN>    (ALIGN=left, center, right, justify) Specifies the alignment of text in the heading, the default is center.    •
  904. html <THEAD CLASS>    (CLASS=type) This attribute indicates the class that the element belongs too.    •
  905. html <THEAD ID>    (ID=value) This attribute specifies a unique value for the element over the document.    •
  906. html <THEAD STYLE>    (STYLE=css1 properties) This attribute specifies style the information    •
  907. html <THEAD VALIGN>    (VALIGN=middle/top/bottom) This attribute specifies the verticle alignment of text in the heading. The default is middle.     •
  908. html <TITLE>    The title tag, which is only valid in a HEAD section, defines the title of an HTML document. A title should be chosen that makes sense with no context; for example Introduction is a poor title since it contains no indication of the subject matter it discusses. Netscape displays document titles in the application's title bar and in bookmark lists.    •
  909. example <TITLE>    <TITLE> title-text </TITLE>    •
  910. html <TR>    Valid only in a TABLE, the table row tag defines a row of cells that are defined with TH and TD tags. <Table Row> ( See also: html <TR attributes> )    •
  911. html <TR attributes>    The attributes for this tag are: ALIGN, VALIGN, BGCOLOR, BORDERCOLOR, BORDERCOLORLIGHT, BORDERCOLORDARK, and CLASS    •
  912. html <TR ALIGN>    (ALIGN="align") governs the alignment of the text within the table cell. "align" can be LEFT, RIGHT or CENTER.    •
  913. html <TR VALIGN>    (VALIGN="align") governs the alignment of the text within the table cell. "align" can be TOP, MIDDLE, BOTTOM, or BASELINE.    •
  914. html <TR BGCOLOR>    (BGCOLOR="#rrggbb" -or- BGCOLOR="colorname") This attribute sets the background colour for the table row.    •
  915. html <TR BORDERCOLOR>    (BORDERCOLOR="#rrggbb" -or- BORDERCOLOR="colorname") This attribute sets the border colour for the table row.    •
  916. html <TR BORDERCOLORLIGHT>    (BORDERCOLORLIGHT="#rrggbb" -or- BORDERCOLORLIGHT="colorname") This attribute sets the border highlight colour for the table row.    •
  917. html <TR BORDERCOLORDARK>    (BORDERCOLORDARK="#rrggbb" -or- BORDERCOLORDARK="colorname") This attribute sets the border shadow colour for the table row.    •
  918. html <TR CLASS>    (CLASS="class") class is one of Header, Body, or Footer and allows the browser to arrange for header or footer rows to be displayed as the user scrolls through the document.    •
  919. html <TT>    The teletype tag defines text that should be shown in a fixed width font. It can be nested with other idiomatic or typographic tags but some browsers will respect only the innermost tag. Many browsers use the same font for the KBD, SAMP, TT and CODE tags. For many lines of fixed width text, with the line breaks and other whitespace specified by the page author, use the PRE tag.    •
  920. example <TT>    <TT> text </TT>    •
  921. html <U>    The underlined tag defines text that should be shown with a line underneath it. It can be nested with other idiomatic or typographic tags but some browsers will respect only the innermost tag. Many browsers, including some versions of Netscape, do not support this tag.    •
  922. example <U>    <U> text </U>    •
  923. html <UL>    The unordered list tag introduces an unordered (bulleted) list, which is made up of List Item (LI) tags. <UL> list entries </UL>     •
  924. html <UL attributes>    The attributes for this tag are: COMPACT, SRC, DINGBAT, PLAIN, WRAP, and TYPE    •
  925. html <UL COMPACT>    The COMPACT attribute instructs the browser to reduce the space occupied by the list. For a numbered list use OL. For a list without bullets or numbers use MENU. For a list without bullets or numbers made up of short items that can be arranged into columns use DIR. <UL COMPACT> list entries </UL>    •
  926. html <UL SRC>    The SRC attribute identifies a graphic image to be used as a bullet. <UL SRC="URL" > list entries </UL>    •
  927. html <UL DINGBAT>    the DINGBAT attribute identifies an iconic entity for the bullet. UL DINGBAT="entity-name" > list entries </UL>    •
  928. html <UL PLAIN>    The PLAIN attribute specifies not to use a bullet on each item. <UL PLAIN>    •
  929. html <UL WRAP>    The WRAP attribute is either VERT or HORIZ, and indicates multiple columns of data. VERT indicates that the data is to go down the page and then wrap to the next column, and HORIZ indicates that the data is to wrap across each row. <UL WRAP=type>    •
  930. html <UL TYPE>    The TYPE attribute specifies the bullet type; type can be DISC, CIRCLE, or SQUARE. <UL TYPE=type > list entries </UL>    •
  931. html <VAR>    The variable tag defines text that represents a variable-- most browsers will display it in italics. It can be nested with other idiomatic or typographic tags but some browsers will respect only the innermost tag.    •
  932. example <VAR>    <VAR> text </VAR>    •
  933. html <WBR>    The word break tag identifies a place where a word can be broken, or where a line can be broken within a NOBR block.    •
  934. html <XMP>    The example tag introduces example text. Because of the way this tag handles embedded tags, it should no longer be used. PRE or SAMP are better choices.    •
  935. example <XMP>    <XMP> text </XMP>    •
  936.